public class CellIterator extends java.lang.Object implements java.util.Iterator<Cell>
CellIterator(Cell center)
CellIterator(Cell center, int distance)
boolean
hasNext()
Cell
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public CellIterator(Cell center, int distance)
public CellIterator(Cell center)
public boolean hasNext()
hasNext
java.util.Iterator<Cell>
public Cell next()
next
public void remove()
remove