public class NIteratorWithDescription<T> extends NIteratorDelegate<T>
| Constructor and Description |
|---|
NIteratorWithDescription(NIterator<T> base,
Supplier<NElement> description,
Runnable onClose) |
| Modifier and Type | Method and Description |
|---|---|
NIterator<T> |
baseIterator() |
void |
close() |
NElement |
describe() |
NIterator<T> |
getBase() |
String |
toString() |
NIterator<T> |
withDescription(Supplier<NElement> description) |
forEachRemaining, hasNextImpl, next, remove, toListhasNext, onCloseclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisNullOrEmpty, of, ofAutoClosable, ofCoalesce, ofCoalesce, ofCoalesce2, ofCollector, ofConcat, ofConcat, ofConcatLists, ofConvertNonNull, ofDistinct, ofDistinct, ofEmpty, ofInt2, ofInt2, ofNonNull, ofNullifyIfEmpty, ofSafe, ofSafeIgnore, ofSafePostpone, ofSingleton, ofSorted, ofWithDescription, toList, toSet, toTreeSetpublic NIterator<T> baseIterator()
baseIterator in class NIteratorDelegate<T>public NIterator<T> withDescription(Supplier<NElement> description)
withDescription in interface NRedescribable<NIterator<T>>withDescription in class NIteratorBase<T>public void close()
public NElement describe()
describe in interface NDescribabledescribe in class NIteratorDelegate<T>Copyright © 2026 vpc open source initiative. All rights reserved.