| Modifier and Type | Class and Description |
|---|---|
static interface |
FolderObjectIterator.FolderIteratorModel<T> |
| Constructor and Description |
|---|
FolderObjectIterator(String name,
Path folder,
Predicate<T> filter,
int maxDepth,
NutsSession session,
FolderObjectIterator.FolderIteratorModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
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, Path folder, Predicate<T> filter, int maxDepth, NutsSession session, FolderObjectIterator.FolderIteratorModel<T> model)
Copyright © 2021 vpc open source initiative. All rights reserved.