private class MultiHashMap.Values
extends java.util.AbstractCollection
| Modifier | Constructor and Description |
|---|---|
private |
Values() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.util.Iterator |
iterator() |
int |
size() |
add, addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic java.util.Iterator iterator()
iterator in interface java.lang.Iterableiterator in interface java.util.Collectioniterator in class java.util.AbstractCollectionpublic int size()
size in interface java.util.Collectionsize in class java.util.AbstractCollectionpublic void clear()
clear in interface java.util.Collectionclear in class java.util.AbstractCollection