private class ReferenceValueMap.EntrySetIterator
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<java.util.Map.Entry<K,ValueRef<K,V>>> |
delegate
The delegate
|
| Constructor and Description |
|---|
EntrySetIterator(java.util.Iterator<java.util.Map.Entry<K,ValueRef<K,V>>> delegate)
Create a new EntrySetIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,V> |
next() |
void |
remove() |