commons-collections4 import.
-
interface
Defines a map that allows bidirectional lookup between key and values
and retains and provides access to an ordering.
interface
Defines a map that allows bidirectional lookup between key and values
and retains both keys and values in sorted order.
class
Abstract
BidiMap
implemented using two maps.
class
class
class
Red-Black tree-based implementation of BidiMap where all objects added
implement the Comparable
interface.
Creates a new instance of the subclass.
Creates a new instance of this object.
Gets a view of this map where the keys and values are reversed.
Creates a new instance of the subclass.
Creates a new instance of this object.
Creates a new instance of this object.
protected
Constructs a map that decorates the specified maps,
used by the subclass createBidiMap
implementation.
protected
Constructs a HashBidiMap
that decorates the specified maps.
protected