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)
Ctor.
|
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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected final AbstractHashedMap parent
protected Values(AbstractHashedMap parent)
parent
- the parentpublic int size()
size
in interface java.util.Collection
size
in class java.util.AbstractCollection
public void clear()
clear
in interface java.util.Collection
clear
in class java.util.AbstractCollection
public boolean contains(java.lang.Object value)
contains
in interface java.util.Collection
contains
in class java.util.AbstractCollection
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
iterator
in interface java.util.Collection
iterator
in class java.util.AbstractCollection