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 BidiMappublic boolean contains(Object key)
contains
in interface Collection<K>
contains
in interface Set<K>
contains
in class AbstractCollectionDecorator<K>
public boolean remove(Object key)
remove
in interface Collection<K>
remove
in interface Set<K>
remove
in class AbstractCollectionDecorator<K>
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.