Constructor Summary |
---|
Collection()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
Gets the number of elements actually contained in the collection. |
Method Summary | ||
---|---|---|
function | clear() | |
Removes all elements from collection. | ||
function | isExist(index) | |
Is exist item in the collection. | ||
function | iterator() | |
Supports a simple iteration over a nongeneric collection. |
Constructor Detail |
---|
function Collection()
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
Method Detail |
---|
iterator | |
function iterator() |
isExist | |
function isExist(index) |
index: Number
- index of element.clear | |
function clear() |