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(Map.Entry<K,V> entry) |
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object obj) |
int |
size() |
equals, hashCode, removeAlladd, addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringprotected final AbstractHashedMap<K,V> parent
protected AbstractHashedMap.EntrySet(AbstractHashedMap<K,V> parent)
public int size()
public void clear()
public boolean remove(Object obj)
Copyright © 2014. All Rights Reserved.