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