public class Board.BoardIterator extends java.lang.Object implements java.util.Iterator<GoPoint>
BoardIterator()
boolean
hasNext()
GoPoint
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public BoardIterator()
public boolean hasNext()
hasNext
java.util.Iterator<GoPoint>
public GoPoint next()
next
public void remove()
remove