Constructor Summary |
---|
Collection()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the number of elements actually contained in the collection.
|
Method Summary | ||
---|---|---|
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.
|