public class FolderObjectIterator<T> extends NIteratorBase<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FolderObjectIterator.FolderIteratorModel<T> |
| Constructor and Description |
|---|
FolderObjectIterator(String name,
NPath folder,
Predicate<T> filter,
int maxDepth,
FolderObjectIterator.FolderIteratorModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
NElement |
describe() |
long |
getVisitedFilesCount() |
long |
getVisitedFoldersCount() |
boolean |
hasNextImpl() |
T |
next() |
void |
remove() |
String |
toString() |
hasNext, onClose, withDescriptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, isNullOrEmpty, of, ofAutoClosable, ofCoalesce, ofCoalesce, ofCoalesce2, ofCollector, ofConcat, ofConcat, ofConcatLists, ofConvertNonNull, ofDistinct, ofDistinct, ofEmpty, ofInt2, ofInt2, ofNonNull, ofNullifyIfEmpty, ofSafe, ofSafeIgnore, ofSafePostpone, ofSingleton, ofSorted, ofWithDescription, toList, toList, toSet, toTreeSetforEachRemainingpublic NElement describe()
public boolean hasNextImpl()
hasNextImpl in class NIteratorBase<T>public T next()
public void remove()
public long getVisitedFoldersCount()
public long getVisitedFilesCount()
Copyright © 2026 vpc open source initiative. All rights reserved.