private class ImmutableMap.EntryItr
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
cursor |
| Modifier | Constructor and Description |
|---|---|
private |
EntryItr(int cursor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,V> |
next() |
void |
remove() |