public class EmptyIterator<E> extends NutsIteratorBase<E>
| Constructor and Description |
|---|
EmptyIterator() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
describe(net.thevpc.nuts.NutsElements elems) |
void |
forEachRemaining(Consumer<? super E> action) |
boolean |
hasNext() |
E |
next() |
void |
remove() |
String |
toString() |
public boolean hasNext()
public E next()
public void remove()
public net.thevpc.nuts.NutsElement describe(net.thevpc.nuts.NutsElements elems)
Copyright © 2022 vpc open source initiative. All rights reserved.