Class AbstractDualBidiMap.KeySet<K>
java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<K>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<K,Object,K>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet<K>
- Type Parameters:
K- the type of elements maintained by this set
- All Implemented Interfaces:
Serializable, Iterable<K>, Collection<K>, Set<K>
- Enclosing class:
AbstractDualBidiMap<K,V>
protected static class AbstractDualBidiMap.KeySet<K>
extends AbstractDualBidiMap.View<K,Object,K>
implements Set<K>
Inner class KeySet.
- Since:
- 3.0
- See Also:
-
Field Summary
Fields inherited from class AbstractDualBidiMap.View
parent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeySet(AbstractDualBidiMap<K, ?> parent) Constructs a new instance. -
Method Summary
Methods inherited from class AbstractDualBidiMap.View
clear, equals, hashCode, removeAll, removeIf, retainAllMethods inherited from class AbstractCollectionDecorator
add, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
KeySet
Constructs a new instance.- Parameters:
parent- the parent BidiMap
-
-
Method Details
-
contains
-
iterator
-
remove
-