public class FolderObjectIterator<T>
extends net.thevpc.nuts.util.NIteratorBase<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FolderObjectIterator.FolderIteratorModel<T> |
| Constructor and Description |
|---|
FolderObjectIterator(String name,
net.thevpc.nuts.io.NPath folder,
Predicate<T> filter,
int maxDepth,
FolderObjectIterator.FolderIteratorModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
describe() |
long |
getVisitedFilesCount() |
long |
getVisitedFoldersCount() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic FolderObjectIterator(String name, net.thevpc.nuts.io.NPath folder, Predicate<T> filter, int maxDepth, FolderObjectIterator.FolderIteratorModel<T> model)
public net.thevpc.nuts.elem.NElement describe()
public boolean hasNext()
public T next()
public void remove()
public long getVisitedFoldersCount()
public long getVisitedFilesCount()
Copyright © 2025 vpc open source initiative. All rights reserved.