public class NIteratorAdapter<T> extends NIteratorBase<T>
| Constructor and Description |
|---|
NIteratorAdapter(Iterator<T> base,
Supplier<NElement> info) |
| Modifier and Type | Method and Description |
|---|---|
NElement |
describe() |
Iterator<T> |
getBase() |
boolean |
hasNextImpl() |
T |
next() |
hasNext, onClose, withDescriptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 boolean hasNextImpl()
hasNextImpl in class NIteratorBase<T>public T next()
public NElement describe()
Copyright © 2026 vpc open source initiative. All rights reserved.