Package | com.boostworthy.collections |
Interface | public interface ICollection |
Implementors | Buffer, HashMap, Queue, Stack |
Method | Defined by | ||
---|---|---|---|
getIterator(uIterator:uint = 2):IIterator
Returns an iterator of the specified type.
| ICollection |
getIterator | () | method |
public function getIterator(uIterator:uint = 2):IIterator
Returns an iterator of the specified type.
ParametersuIterator:uint (default = 2 ) — The iterator type to use for iterating through the data being stored by this collection.
|
IIterator —
An iterator instance of the specified type.
|
See also