public class NIteratorBaseFromJavaIterator<T>
extends net.thevpc.nuts.util.NIteratorBase<T>
| Constructor and Description |
|---|
NIteratorBaseFromJavaIterator(Iterator<T> base) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
describe() |
boolean |
hasNextImpl() |
T |
next() |
String |
toString() |
net.thevpc.nuts.util.NIterator<T> |
withDescription(Supplier<net.thevpc.nuts.elem.NElement> description) |
clone, 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, toTreeSetforEachRemaining, removepublic net.thevpc.nuts.util.NIterator<T> withDescription(Supplier<net.thevpc.nuts.elem.NElement> description)
public boolean hasNextImpl()
hasNextImpl in class net.thevpc.nuts.util.NIteratorBase<T>public T next()
public net.thevpc.nuts.elem.NElement describe()
Copyright © 2026 vpc open source initiative. All rights reserved.