BidiMap implemented using two maps.
BidiMap that uses two
LinkedHashMap instances.
Comparable interface.
BidiMap to ensure it can't be altered.
OrderedBidiMap to ensure it can't be altered.
SortedBidiMap to ensure it can't be altered.
BidiMap,
OrderedBidiMap and
SortedBidiMap interfaces. A BidiMap is an extension to Map that allows keys and values to be looked up with equal ease. One example usage is a system communicating to a legacy datasource that must convert codes from the new format to the old format and vice versa.
The following implementations are provided in the package:
The following decorators are provided in the package: