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