public class QueueIterator<T> extends NutsIteratorBase<T>
| Constructor and Description |
|---|
QueueIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(net.thevpc.nuts.NutsIterator<? extends T> child) |
void |
addNonEmpty(net.thevpc.nuts.NutsIterator<? extends T> child) |
void |
addNonNull(net.thevpc.nuts.NutsIterator<? extends T> child) |
net.thevpc.nuts.NutsElement |
describe(net.thevpc.nuts.NutsElements elems) |
net.thevpc.nuts.NutsIterator<T>[] |
getChildren() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic net.thevpc.nuts.NutsElement describe(net.thevpc.nuts.NutsElements elems)
public void addNonNull(net.thevpc.nuts.NutsIterator<? extends T> child)
public void addNonEmpty(net.thevpc.nuts.NutsIterator<? extends T> child)
public void add(net.thevpc.nuts.NutsIterator<? extends T> child)
public boolean hasNext()
public T next()
public int size()
public void remove()
public net.thevpc.nuts.NutsIterator<T>[] getChildren()
Copyright © 2022 vpc open source initiative. All rights reserved.