protected static class AbstractHashedMap.EntrySet<K,V> extends AbstractSet<Map.Entry<K,V>>
Modifier | Constructor and Description |
---|---|
protected |
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected EntrySet(AbstractHashedMap<K,V> parent)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.