protected static class AbstractHashedMap.Values<K,V> extends AbstractCollection<V>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHashedMap<K,V> |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHashedMap.Values(AbstractHashedMap<K,V> parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object value) |
Iterator<V> |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodeprotected final AbstractHashedMap<K,V> parent
protected AbstractHashedMap.Values(AbstractHashedMap<K,V> parent)
public int size()
size in interface Collection<V>size in class AbstractCollection<V>public void clear()
clear in interface Collection<V>clear in class AbstractCollection<V>public boolean contains(Object value)
contains in interface Collection<V>contains in class AbstractCollection<V>Copyright © 2014. All Rights Reserved.