protected static class AbstractHashedMap.EntrySet<K,V> extends AbstractSet<Map.Entry<K,V>>
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, removeAll
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
protected AbstractHashedMap.EntrySet(AbstractHashedMap<K,V> parent)
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.