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