Frames | No Frames |
Classes implementing org.apache.commons.collections.BidiMap | |
class | Provides a base decorator that enables additional functionality to be added
to a BidiMap via decoration. |
class | Abstract BidiMap implemented using two maps. |
class | 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 of BidiMap that uses two HashMap instances. |
class | Implementation of BidiMap that uses two TreeMap instances. |
class | Red-Black tree-based implementation of BidiMap where all objects added
implement the Comparable interface. |
class | Decorates another BidiMap to ensure it can't be altered. |
class | Decorates another OrderedBidiMap to ensure it can't be altered. |
class | Decorates another SortedBidiMap to ensure it can't be altered. |
Constructors with parameter type org.apache.commons.collections.BidiMap | |
Constructor that wraps (not copies). | |
Constructs a map that decorates the specified maps,
used by the subclass createBidiMap implementation. | |
Constructs a HashBidiMap that decorates the specified maps. | |
Constructs a DualTreeBidiMap that decorates the specified maps. |
Fields of type org.apache.commons.collections.BidiMap | |
BidiMap | Inverse view of this map. |
Methods with parameter type org.apache.commons.collections.BidiMap | |
BidiMap | Creates a new instance of the subclass. |
BidiMap | Creates a new instance of this object. |
BidiMap | Creates a new instance of this object. |
BidiMap | Factory method to create an unmodifiable map. |
Methods with return type org.apache.commons.collections.BidiMap | |
BidiMap | Creates a new instance of the subclass. |
BidiMap | Creates a new instance of this object. |
BidiMap | Creates a new instance of this object. |
BidiMap | Factory method to create an unmodifiable map. |
BidiMap | Gets the map being decorated. |
BidiMap | |
BidiMap | Gets a view of this map where the keys and values are reversed. |
BidiMap | Gets the inverse map for comparison. |
BidiMap | |
BidiMap | Gets a view of this map where the keys and values are reversed. |
BidiMap |
Methods with return type org.apache.commons.collections.BidiMap | |
BidiMap | Gets a view of this map where the keys and values are reversed. |
BidiMap | Gets a view of this map where the keys and values are reversed. |
BidiMap | Gets a view of this map where the keys and values are reversed. |