protected static class AbstractHashedMap.KeySet extends AbstractSet
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHashedMap |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHashedMap.KeySet(AbstractHashedMap parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object key) |
Iterator |
iterator() |
boolean |
remove(Object key) |
int |
size() |
equals, hashCode, removeAlladd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringprotected final AbstractHashedMap parent
protected AbstractHashedMap.KeySet(AbstractHashedMap parent)
public int size()
size in interface Collectionsize in interface Setsize in class AbstractCollectionpublic void clear()
clear in interface Collectionclear in interface Setclear in class AbstractCollectionpublic boolean contains(Object key)
contains in interface Collectioncontains in interface Setcontains in class AbstractCollectionpublic boolean remove(Object key)
remove in interface Collectionremove in interface Setremove in class AbstractCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in class AbstractCollectionCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.