haXe API Documentation
Back |
Indextypedef Iterator<T>
import StdTypes
Available in flash, neko, js, flash9, php, cpp
An 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.
- var next : Void -> T
- var hasNext : Void -> Bool
Back |
Index