protected static class AbstractHashedMap.Values<V>
extends java.util.AbstractCollection<V>
| Modifier and Type | Field and Description |
|---|---|
private AbstractHashedMap<?,V> |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
Values(AbstractHashedMap<?,V> parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(java.lang.Object value) |
java.util.Iterator<V> |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate final AbstractHashedMap<?,V> parent
protected Values(AbstractHashedMap<?,V> parent)