public class EntityCursor.EntityIterator extends Object implements Iterator<Entity>
EntityCursor.EntityIterator()
boolean
hasNext()
Entity
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EntityCursor.EntityIterator()
public boolean hasNext()
hasNext
Iterator<Entity>
public Entity next()
next
public void remove()
remove