final class MildValues.EntryItr
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,V>>
Iterator
that iterates over reachable entries in the map.Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<java.util.Map.Entry<K,java.lang.ref.Reference<V>>> |
itr |
private java.util.Map.Entry<K,java.lang.ref.Reference<V>> |
nextEntry |
private V |
nextValue |
Constructor and Description |
---|
EntryItr() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,V> |
next() |
void |
remove() |