private class HashBagMap.EntrySet.EntrySetItr
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,java.util.Collection<V>>>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<K> |
_parentItr |
| Constructor and Description |
|---|
EntrySetItr() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,java.util.Collection<V>> |
next() |
void |
remove() |