haXe

Iterator

typedef Iterator<T>import StdTypesAvailable in flash, flash9, neko, js, phpAn Iterator is a structure that permits to list a given container values. It can be used by your own data structures. See the haXe documentation for more informations.
function next() : T function hasNext() : Bool
version #2475, modified 2008-07-28 10:02:45 by api