Uses of Interface
org.apache.openjpa.lib.util.collections.OrderedBidiMap
Packages that use OrderedBidiMap
-
Uses of OrderedBidiMap in org.apache.openjpa.lib.util.collections
Subinterfaces of OrderedBidiMap in org.apache.openjpa.lib.util.collectionsModifier and TypeInterfaceDescriptioninterface
SortedBidiMap<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 OrderedBidiMapModifier and TypeClassDescriptionclass
DualTreeBidiMap<K,
V> class
TreeBidiMap<K extends Comparable<K>,
V extends Comparable<V>> Red-Black tree-based implementation of BidiMap where all objects added implement theComparable
interface.Methods in org.apache.openjpa.lib.util.collections that return OrderedBidiMapModifier and TypeMethodDescriptionOrderedBidiMap.inverseBidiMap()
Gets a view of this map where the keys and values are reversed.TreeBidiMap.inverseBidiMap()
Gets the inverse map for comparison.DualTreeBidiMap.inverseOrderedBidiMap()