public class PathAndFillManager.AllPointsIterator extends Object implements Iterator<PointInImage>
| Constructor and Description |
|---|
AllPointsIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
PointInImage |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<PointInImage>public PointInImage next()
next in interface Iterator<PointInImage>public void remove()
remove in interface Iterator<PointInImage>Copyright © 2018–2021 Morphonets. All rights reserved.