protected static class AbstractHashedMap.Values
extends java.util.AbstractCollection
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHashedMap |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
Values(AbstractHashedMap parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(java.lang.Object value) |
java.util.Iterator |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected final AbstractHashedMap parent
protected Values(AbstractHashedMap parent)
public 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.AbstractCollectionpublic boolean contains(java.lang.Object value)
contains in interface java.util.Collectioncontains in class java.util.AbstractCollectionpublic java.util.Iterator iterator()
iterator in interface java.lang.Iterableiterator in interface java.util.Collectioniterator in class java.util.AbstractCollection