Class AbstractDualBidiMap.Values<V>
java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator<E>
org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View<Object,V,V>
org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values<V>
- All Implemented Interfaces:
Serializable,Iterable<V>,Collection<V>,Set<V>
- Enclosing class:
- AbstractDualBidiMap<K,
V>
protected static class AbstractDualBidiMap.Values<V>
extends AbstractDualBidiMap.View<Object,V,V>
implements Set<V>
Inner class Values.
- See Also:
-
Field Summary
Fields inherited from class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
parent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValues(AbstractDualBidiMap<?, V> parent) Constructs a new view of the BidiMap. -
Method Summary
Methods inherited from class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
clear, equals, hashCode, removeAll, removeIf, retainAllMethods inherited from class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
add, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
Values
Constructs a new view of the BidiMap.- Parameters:
parent- the parent BidiMap
-
-
Method Details
-
iterator
-
contains
- Specified by:
containsin interfaceCollection<V>- Specified by:
containsin interfaceSet<V>- Overrides:
containsin classAbstractCollectionDecorator<V>
-
remove
- Specified by:
removein interfaceCollection<V>- Specified by:
removein interfaceSet<V>- Overrides:
removein classAbstractCollectionDecorator<V>
-