protected static class AbstractHashedMap.EntrySet<K,V> extends AbstractSet<Map.Entry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHashedMap<K,V> |
parent
The parent map
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHashedMap.EntrySet(AbstractHashedMap<K,V> parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object entry) |
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object obj) |
int |
size() |
equals, hashCode, removeAlladd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringprotected final AbstractHashedMap<K,V> parent
protected AbstractHashedMap.EntrySet(AbstractHashedMap<K,V> parent)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.