| Package | Description | 
|---|---|
| org.apache.openjpa.lib.util.collections | 
 commons-collections4 import. 
 | 
| Modifier and Type | Interface and 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
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 the  
Comparable interface. | 
| Modifier and Type | Method and 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()  | 
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.