public class WarningInfoCollection
You can use this collection object as the simplest form of
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the number of elements contained in the collection.
|
||
WarningInfo | get(int index) | |
Gets an item at the specified index.
|
Method Summary | ||
---|---|---|
void | clear() | |
Removes all elements from the collection.
|
||
java.util.Iterator<WarningInfo> | iterator() | |
Returns an iterator object that can be used to iterate over all items in the collection.
|
||
void | warning(WarningInfo info) | |
Implements the |
public int getCount()
public WarningInfo get(int index)
index
- Zero-based index of the item.public void clear()
public java.util.Iterator<WarningInfo> iterator()
public void warning(WarningInfo info)