final class LinkedIdentityHashMap.EntrySet extends AbstractSet<Map.Entry<K,V>>
Constructor and Description |
---|
EntrySet() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object o) |
void |
forEach(Consumer<? super Map.Entry<K,V>> action) |
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
Spliterator<Map.Entry<K,V>> |
spliterator() |
equals, hashCode, removeAll
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray
parallelStream, removeIf, stream