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