public static class FilesCollection.FilteredIterator extends Object implements Iterator<FileObject>
Modifier and Type | Method and Description |
---|---|
protected void |
findNext() |
boolean |
hasNext() |
FileObject |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<FileObject>
public FileObject next()
next
in interface Iterator<FileObject>
public void remove()
remove
in interface Iterator<FileObject>
protected void findNext()
Copyright © 2014–2022 ImageJ. All rights reserved.