Uses of Interface
org.apache.commons.collections.SortedBidiMap
Packages that use SortedBidiMap
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of SortedBidiMap in org.apache.commons.collections
Methods in org.apache.commons.collections that return SortedBidiMapModifier and TypeMethodDescriptionSortedBidiMap.inverseSortedBidiMap()
Gets a view of this map where the keys and values are reversed. -
Uses of SortedBidiMap in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement SortedBidiMapModifier and TypeClassDescriptionclass
Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.class
Implementation ofBidiMap
that uses twoTreeMap
instances.final class
Decorates anotherSortedBidiMap
to ensure it can't be altered.Methods in org.apache.commons.collections.bidimap that return SortedBidiMapModifier and TypeMethodDescriptionstatic SortedBidiMap
UnmodifiableSortedBidiMap.decorate
(SortedBidiMap map) Factory method to create an unmodifiable map.protected SortedBidiMap
AbstractSortedBidiMapDecorator.getSortedBidiMap()
Gets the map being decorated.AbstractSortedBidiMapDecorator.inverseSortedBidiMap()
DualTreeBidiMap.inverseSortedBidiMap()
UnmodifiableSortedBidiMap.inverseSortedBidiMap()
Methods in org.apache.commons.collections.bidimap with parameters of type SortedBidiMapModifier and TypeMethodDescriptionstatic SortedBidiMap
UnmodifiableSortedBidiMap.decorate
(SortedBidiMap map) Factory method to create an unmodifiable map.Constructors in org.apache.commons.collections.bidimap with parameters of type SortedBidiMapModifierConstructorDescriptionConstructor that wraps (not copies).