public class NutsPrintIterator<T> extends NutsIteratorBase<T>
| Constructor and Description |
|---|
NutsPrintIterator(Iterator<T> curr,
net.thevpc.nuts.NutsWorkspace ws,
net.thevpc.nuts.NutsPrintStream out,
NutsFetchDisplayOptions displayOptions,
net.thevpc.nuts.NutsSession session) |
| 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 NutsPrintIterator(Iterator<T> curr, net.thevpc.nuts.NutsWorkspace ws, net.thevpc.nuts.NutsPrintStream out, NutsFetchDisplayOptions displayOptions, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsElement describe(net.thevpc.nuts.NutsElements elems)
public boolean hasNext()
public T next()
Copyright © 2022 vpc open source initiative. All rights reserved.