Iterator

typedef Iterator<T>import StdTypesAvailable in flash, flash9, neko, js, php, cppAn 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 on Iterators for more informations.
var next : Void -> T var hasNext : Void -> Bool
version #7844, modified 2010-01-09 20:29:08 by api