haXe API Documentation
Back | Index
extern interface java.util.Iterator<T>
Available in java
function hasNext() : Bool
function next() : T
function remove() : Void
Back | Index