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