protected static class AbstractHashedMap.Values extends AbstractCollection
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHashedMap |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHashedMap.Values(AbstractHashedMap parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object value) |
Iterator |
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 parent
protected AbstractHashedMap.Values(AbstractHashedMap parent)
public int size()
size in interface Collectionsize in class AbstractCollectionpublic void clear()
clear in interface Collectionclear in class AbstractCollectionpublic boolean contains(Object value)
contains in interface Collectioncontains in class AbstractCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in class AbstractCollectionCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.