private static final class Iterators.ImmutableIterator
extends java.lang.Object
implements java.util.Iterator
remove()| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator |
iter |
| Constructor and Description |
|---|
ImmutableIterator(java.util.Iterator iter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |