public class PushBackIterator<T> extends NutsIteratorBase<T>
| Constructor and Description |
|---|
PushBackIterator(Iterator<T> base) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
describe(net.thevpc.nuts.NutsElements elems) |
boolean |
hasNext() |
boolean |
isEmpty() |
T |
next() |
void |
pushBack() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic net.thevpc.nuts.NutsElement describe(net.thevpc.nuts.NutsElements elems)
public boolean isEmpty()
public boolean hasNext()
public T next()
public void remove()
public void pushBack()
Copyright © 2022 vpc open source initiative. All rights reserved.