Uses of Interface
org.apache.commons.collections4.SortedBidiMap
Packages that use SortedBidiMap
Package
Description
Interfaces and utilities shared across all packages.
-
Uses of SortedBidiMap in org.apache.commons.collections4
Methods in org.apache.commons.collections4 that return SortedBidiMapModifier and TypeMethodDescriptionSortedBidiMap.inverseBidiMap()
Gets a view of this map where the keys and values are reversed. -
Uses of SortedBidiMap in org.apache.commons.collections4.bidimap
Classes in org.apache.commons.collections4.bidimap that implement SortedBidiMapModifier and TypeClassDescriptionclass
Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.class
DualTreeBidiMap<K,
V> final class
Decorates anotherSortedBidiMap
to ensure it can't be altered.Methods in org.apache.commons.collections4.bidimap that return SortedBidiMapModifier and TypeMethodDescriptionprotected SortedBidiMap
<K, V> AbstractSortedBidiMapDecorator.decorated()
Gets the map being decorated.AbstractSortedBidiMapDecorator.inverseBidiMap()
DualTreeBidiMap.inverseBidiMap()
UnmodifiableSortedBidiMap.inverseBidiMap()
DualTreeBidiMap.inverseSortedBidiMap()
Defaults toDualTreeBidiMap.inverseBidiMap()
.static <K,
V> SortedBidiMap <K, V> UnmodifiableSortedBidiMap.unmodifiableSortedBidiMap
(SortedBidiMap<K, ? extends V> map) Factory method to create an unmodifiable map.Methods in org.apache.commons.collections4.bidimap with parameters of type SortedBidiMapModifier and TypeMethodDescriptionstatic <K,
V> SortedBidiMap <K, V> UnmodifiableSortedBidiMap.unmodifiableSortedBidiMap
(SortedBidiMap<K, ? extends V> map) Factory method to create an unmodifiable map.Constructors in org.apache.commons.collections4.bidimap with parameters of type SortedBidiMapModifierConstructorDescriptionConstructor that wraps (not copies).