Constructor Summary |
---|
EventItemCollection()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the number of elements actually contained in the collection.
|
||
method | get(index) | |
Gets the element at the specified index.
|
Method Summary | ||
---|---|---|
method | add(eventItem) | |
Add the eventItem in the collection.
|
||
method | clear() | |
Removes all elements from collection.
|
||
method | isExist(index) | |
Is exist item in the collection.
|
||
method | iterator() | |
Supports a simple iteration over a nongeneric collection.
|
||
method | remove(eventItem) | |
Remove the eventItem from the collection.
|
int getCount()
EventItem get(index)
index
- int add(eventItem)
eventItem: EventItem
- remove(eventItem)
eventItem: EventItem
- Iterator iterator()
boolean isExist(index)
index: int
- index of element.clear()