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