public class NIteratorWithDescription<T>
extends net.thevpc.nuts.util.NIteratorDelegate<T>
| Constructor and Description |
|---|
NIteratorWithDescription(net.thevpc.nuts.util.NIterator<T> base,
Supplier<net.thevpc.nuts.elem.NElement> description,
Runnable onClose) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NIterator<T> |
baseIterator() |
void |
close() |
net.thevpc.nuts.elem.NElement |
describe() |
net.thevpc.nuts.util.NIterator<T> |
getBase() |
String |
toString() |
net.thevpc.nuts.util.NIterator<T> |
withDescription(Supplier<net.thevpc.nuts.elem.NElement> description) |
forEachRemaining, hasNextImpl, next, remove, toListclone, 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 net.thevpc.nuts.util.NIterator<T> getBase()
public net.thevpc.nuts.util.NIterator<T> baseIterator()
baseIterator in class net.thevpc.nuts.util.NIteratorDelegate<T>public net.thevpc.nuts.util.NIterator<T> withDescription(Supplier<net.thevpc.nuts.elem.NElement> description)
public void close()
public net.thevpc.nuts.elem.NElement describe()
describe in interface net.thevpc.nuts.elem.NDescribabledescribe in class net.thevpc.nuts.util.NIteratorDelegate<T>Copyright © 2026 vpc open source initiative. All rights reserved.