The ‘ICollection’ interface defines a common interface for all collection objects.
| ICollection | The ‘ICollection’ interface defines a common interface for all collection objects. |
| Functions | |
| getIterator | Returns an iterator of the specified type. |
function getIterator( uIterator: uint = 2 ):IIterator // 2 -> IteratorType.ARRAY_FORWARD
Returns an iterator of the specified type.
| param | uIterator The iterator type to use for iterating through the data being stored by this collection. |
An iterator instance of the specified type.
com.boostworthy.collections.iterators.IteratorType
Returns an iterator of the specified type.
function getIterator( uIterator: uint = 2 ):IIterator // 2 -> IteratorType.ARRAY_FORWARD