private static final class EntryListAdapter.ValueIterator<V>
extends java.lang.Object
implements java.util.Iterator<V>
Iterator backed by a Key:Value Iterator.| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<? extends java.util.Map.Entry<?,V>> |
iterator |
| Constructor and Description |
|---|
ValueIterator(java.lang.Iterable<? extends java.util.Map.Entry<?,V>> iterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V |
next() |
void |
remove() |