Uses of Interface
org.apache.openjpa.lib.util.collections.BidiMap
Packages that use BidiMap
-
Uses of BidiMap in org.apache.openjpa.lib.util.collections
Subinterfaces of BidiMap in org.apache.openjpa.lib.util.collectionsModifier and TypeInterfaceDescriptioninterfaceOrderedBidiMap<K,V> Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.interfaceSortedBidiMap<K,V> Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.Classes in org.apache.openjpa.lib.util.collections that implement BidiMapModifier and TypeClassDescriptionclassAbstractDualBidiMap<K,V> AbstractBidiMapimplemented using two maps.classDualHashBidiMap<K,V> classDualTreeBidiMap<K,V> classTreeBidiMap<K extends Comparable<K>,V extends Comparable<V>> Red-Black tree-based implementation of BidiMap where all objects added implement theComparableinterface.Methods in org.apache.openjpa.lib.util.collections that return BidiMapModifier and TypeMethodDescriptionCreates a new instance of the subclass.Creates a new instance of this object.AbstractDualBidiMap.inverseBidiMap()BidiMap.inverseBidiMap()Gets a view of this map where the keys and values are reversed.Methods in org.apache.openjpa.lib.util.collections with parameters of type BidiMapModifier and TypeMethodDescriptionCreates a new instance of the subclass.Creates a new instance of this object.protected DualTreeBidiMap<V,K> Creates a new instance of this object.Constructors in org.apache.openjpa.lib.util.collections with parameters of type BidiMapModifierConstructorDescriptionprotectedConstructs a map that decorates the specified maps, used by the subclasscreateBidiMapimplementation.protectedConstructs aHashBidiMapthat decorates the specified maps.protectedConstructs aDualTreeBidiMapthat decorates the specified maps.