private static class ImmutableMapValueImpl.EntryIterator extends java.lang.Object implements java.util.Iterator<Value>
| Constructor and Description |
|---|
EntryIterator(Value[] kvs,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Value |
next() |
void |
remove() |