private class ContextBase.EntrySetIterator
extends java.lang.Object
implements java.util.Iterator
Private implementation of Iterator for the
Set returned by entrySet().
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map.Entry |
entry |
private java.util.Iterator |
keys |
| Modifier | Constructor and Description |
|---|---|
private |
EntrySetIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |