Uses of Interface
org.apache.commons.collections.SortedBidiMap
-
Packages that use SortedBidiMap Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component.org.apache.commons.collections.bidimap -
-
Uses of SortedBidiMap in org.apache.commons.collections
Methods in org.apache.commons.collections that return SortedBidiMap Modifier and Type Method Description SortedBidiMapSortedBidiMap. 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 SortedBidiMap Modifier and Type Class Description classAbstractSortedBidiMapDecoratorProvides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.classDualTreeBidiMapImplementation ofBidiMapthat uses twoTreeMapinstances.classUnmodifiableSortedBidiMapDecorates anotherSortedBidiMapto ensure it can't be altered.Methods in org.apache.commons.collections.bidimap that return SortedBidiMap Modifier and Type Method Description static SortedBidiMapUnmodifiableSortedBidiMap. decorate(SortedBidiMap map)Factory method to create an unmodifiable map.protected SortedBidiMapAbstractSortedBidiMapDecorator. getSortedBidiMap()Gets the map being decorated.SortedBidiMapAbstractSortedBidiMapDecorator. inverseSortedBidiMap()SortedBidiMapDualTreeBidiMap. inverseSortedBidiMap()SortedBidiMapUnmodifiableSortedBidiMap. inverseSortedBidiMap()Methods in org.apache.commons.collections.bidimap with parameters of type SortedBidiMap Modifier and Type Method Description static SortedBidiMapUnmodifiableSortedBidiMap. decorate(SortedBidiMap map)Factory method to create an unmodifiable map.Constructors in org.apache.commons.collections.bidimap with parameters of type SortedBidiMap Constructor Description AbstractSortedBidiMapDecorator(SortedBidiMap map)Constructor that wraps (not copies).UnmodifiableSortedBidiMap(SortedBidiMap map)Constructor that wraps (not copies).
-