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