private class MultiValueMap.ValuesIterator
extends java.lang.Object
implements java.util.Iterator<V>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<V> |
iterator |
private java.lang.Object |
key |
private java.util.Collection<V> |
values |
| Constructor and Description |
|---|
ValuesIterator(java.lang.Object key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V |
next() |
void |
remove() |