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 SummaryFields inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Viewparent
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedKeySet(AbstractDualBidiMap<K, ?> parent) Constructs a new instance.
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Viewclear, equals, hashCode, removeAll, removeIf, retainAllMethods inherited from class org.apache.commons.collections4.collection.AbstractCollectionDecoratoradd, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream
- 
Constructor Details- 
KeySetConstructs a new instance.- Parameters:
- parent- the parent BidiMap
 
 
- 
- 
Method Details- 
contains
- 
iterator
- 
remove
 
-