Uses of Interface
org.apache.openjpa.lib.util.collections.OrderedBidiMap
-
Uses of OrderedBidiMap in org.apache.openjpa.lib.util.collections
Modifier 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.Modifier 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.Modifier 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()