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