protected static class AbstractDualBidiMap.EntrySet<K,V> extends AbstractDualBidiMap.View<K,V,Map.Entry<K,V>> implements Set<Map.Entry<K,V>>
parent
Modifier | Constructor and Description |
---|---|
protected |
EntrySet(AbstractDualBidiMap<K,V> parent)
Constructs a new view of the BidiMap.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object obj) |
clear, equals, hashCode, removeAll, removeIf, retainAll
add, addAll, contains, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.