public class FolderObjectIterator<T> extends NutsIteratorBase<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FolderObjectIterator.FolderIteratorModel<T> |
| Constructor and Description |
|---|
FolderObjectIterator(String name,
net.thevpc.nuts.NutsPath folder,
Predicate<T> filter,
int maxDepth,
net.thevpc.nuts.NutsSession session,
FolderObjectIterator.FolderIteratorModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
describe(net.thevpc.nuts.NutsElements elems) |
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.NutsPath folder, Predicate<T> filter, int maxDepth, net.thevpc.nuts.NutsSession session, FolderObjectIterator.FolderIteratorModel<T> model)
public net.thevpc.nuts.NutsElement describe(net.thevpc.nuts.NutsElements elems)
public boolean hasNext()
public T next()
public void remove()
public long getVisitedFoldersCount()
public long getVisitedFilesCount()
Copyright © 2022 vpc open source initiative. All rights reserved.