interface java.util.Iterator<E>
Available on java
function hasNext():Bool
function next():E
function remove():Void