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