Frames | No Frames |
Classes implementing org.apache.commons.collections.SortedBidiMap | |
class | Provides a base decorator that enables additional functionality to be added
to a SortedBidiMap via decoration. |
class | Implementation of BidiMap that uses two TreeMap instances. |
class | Decorates another SortedBidiMap to ensure it can't be altered. |
Constructors with parameter type org.apache.commons.collections.SortedBidiMap | |
Constructor that wraps (not copies). |
Methods with parameter type org.apache.commons.collections.SortedBidiMap | |
SortedBidiMap | Factory method to create an unmodifiable map. |
Methods with return type org.apache.commons.collections.SortedBidiMap | |
SortedBidiMap | Factory method to create an unmodifiable map. |
SortedBidiMap | Gets the map being decorated. |
SortedBidiMap | |
SortedBidiMap | |
SortedBidiMap |
Methods with return type org.apache.commons.collections.SortedBidiMap | |
SortedBidiMap | Gets a view of this map where the keys and values are reversed. |