public class AbstractLine.VertexIterator extends java.lang.Object implements java.util.Iterator<Point>
| Constructor and Description |
|---|
VertexIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Point |
next() |
void |
remove() |