private static class Linqy.OnceOnlyIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
private E |
element |
private boolean |
iterated |
Modifier | Constructor and Description |
---|---|
private |
OnceOnlyIterator(E element) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |