|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BidiMap | |
---|---|
net.sf.collections15 |
Uses of BidiMap in net.sf.collections15 |
---|
Subinterfaces of BidiMap in net.sf.collections15 | |
---|---|
interface |
OrderedBidiMap<K,V>
Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering. |
interface |
SortedBidiMap<K,V>
Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order. |
Methods in net.sf.collections15 that return BidiMap | |
---|---|
BidiMap<V,K> |
SortedBidiMap.inverseBidiMap()
Gets a view of this map where the keys and values are reversed. |
BidiMap<V,K> |
OrderedBidiMap.inverseBidiMap()
Gets a view of this map where the keys and values are reversed. |
BidiMap<V,K> |
BidiMap.inverseBidiMap()
Gets a view of this map where the keys and values are reversed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |