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, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<PointInImage>
public PointInImage next()
next
in interface Iterator<PointInImage>
public void remove()
remove
in interface Iterator<PointInImage>
Copyright © 2015–2021 Fiji. All rights reserved.