public class PixelList.PixelListIterator extends Object implements Iterator<Localizable>
Constructor and Description |
---|
PixelListIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Localizable |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<Localizable>
public Localizable next()
next
in interface Iterator<Localizable>
public void remove()
remove
in interface Iterator<Localizable>
Copyright © 2015–2022 ImgLib2. All rights reserved.