Uses of Interface
org.apache.commons.collections.OrderedBidiMap
Packages that use OrderedBidiMap
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of OrderedBidiMap in org.apache.commons.collections
Subinterfaces of OrderedBidiMap in org.apache.commons.collectionsModifier and TypeInterfaceDescriptioninterface
Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.Methods in org.apache.commons.collections that return OrderedBidiMapModifier and TypeMethodDescriptionOrderedBidiMap.inverseOrderedBidiMap()
Gets a view of this map where the keys and values are reversed. -
Uses of OrderedBidiMap in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement OrderedBidiMapModifier and TypeClassDescriptionclass
Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.class
Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.class
Implementation ofBidiMap
that uses twoTreeMap
instances.class
Red-Black tree-based implementation of BidiMap where all objects added implement theComparable
interface.final class
Decorates anotherOrderedBidiMap
to ensure it can't be altered.final class
Decorates anotherSortedBidiMap
to ensure it can't be altered.Methods in org.apache.commons.collections.bidimap that return OrderedBidiMapModifier and TypeMethodDescriptionstatic OrderedBidiMap
UnmodifiableOrderedBidiMap.decorate
(OrderedBidiMap map) Factory method to create an unmodifiable map.protected OrderedBidiMap
AbstractOrderedBidiMapDecorator.getOrderedBidiMap()
Gets the map being decorated.AbstractOrderedBidiMapDecorator.inverseOrderedBidiMap()
DualTreeBidiMap.inverseOrderedBidiMap()
TreeBidiMap.inverseOrderedBidiMap()
Gets the inverse map for comparison.UnmodifiableOrderedBidiMap.inverseOrderedBidiMap()
UnmodifiableSortedBidiMap.inverseOrderedBidiMap()
Methods in org.apache.commons.collections.bidimap with parameters of type OrderedBidiMapModifier and TypeMethodDescriptionstatic OrderedBidiMap
UnmodifiableOrderedBidiMap.decorate
(OrderedBidiMap map) Factory method to create an unmodifiable map.Constructors in org.apache.commons.collections.bidimap with parameters of type OrderedBidiMapModifierConstructorDescriptionprotected
Constructor that wraps (not copies).