Uses of Interface
org.apache.openjpa.lib.util.collections.OrderedBidiMap
-
Packages that use OrderedBidiMap Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of OrderedBidiMap in org.apache.openjpa.lib.util.collections
Subinterfaces of OrderedBidiMap in org.apache.openjpa.lib.util.collections Modifier and Type Interface Description interface
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 OrderedBidiMap Modifier and Type Class Description class
DualTreeBidiMap<K,V>
Implementation ofBidiMap
that uses twoTreeMap
instances.class
TreeBidiMap<K extends java.lang.Comparable<K>,V extends java.lang.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 OrderedBidiMap Modifier and Type Method Description OrderedBidiMap<V,K>
OrderedBidiMap. inverseBidiMap()
Gets a view of this map where the keys and values are reversed.OrderedBidiMap<V,K>
TreeBidiMap. inverseBidiMap()
Gets the inverse map for comparison.OrderedBidiMap<V,K>
DualTreeBidiMap. inverseOrderedBidiMap()
-