public class NQueueIterator<T> extends NIteratorBase<T>
| Constructor and Description |
|---|
NQueueIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(NIterator<? extends T> child) |
void |
addNonEmpty(NIterator<? extends T> child) |
void |
addNonNull(NIterator<? extends T> child) |
NElement |
describe() |
NIterator<T>[] |
getChildren() |
boolean |
hasNextImpl() |
T |
next() |
void |
remove() |
int |
size() |
String |
toString() |
hasNext, onClose, withDescriptionclone, 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, toTreeSetforEachRemainingpublic NElement describe()
public boolean hasNextImpl()
hasNextImpl in class NIteratorBase<T>public T next()
public int size()
public void remove()
Copyright © 2026 vpc open source initiative. All rights reserved.