public class NPrintIterator<T>
extends net.thevpc.nuts.util.NIteratorBase<T>
| Constructor and Description |
|---|
NPrintIterator(Iterator<T> curr,
net.thevpc.nuts.NWorkspace ws,
net.thevpc.nuts.io.NPrintStream out,
NFetchDisplayOptions displayOptions) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
describe() |
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic NPrintIterator(Iterator<T> curr, net.thevpc.nuts.NWorkspace ws, net.thevpc.nuts.io.NPrintStream out, NFetchDisplayOptions displayOptions)
public net.thevpc.nuts.elem.NElement describe()
public boolean hasNext()
public T next()
Copyright © 2025 vpc open source initiative. All rights reserved.