AbstractBidiMapDecorator |
Provides a base decorator that enables additional functionality to be added
to a BidiMap via decoration.
|
AbstractDualBidiMap |
Abstract BidiMap implemented using two maps.
|
AbstractDualBidiMap.View |
Inner class View.
|
AbstractOrderedBidiMapDecorator |
Provides a base decorator that enables additional functionality to be added
to an OrderedBidiMap via decoration.
|
AbstractSortedBidiMapDecorator |
Provides a base decorator that enables additional functionality to be added
to a SortedBidiMap via decoration.
|
DualTreeBidiMap |
Implementation of BidiMap that uses two TreeMap instances.
|
TreeBidiMap |
Red-Black tree-based implementation of BidiMap where all objects added
implement the Comparable interface.
|
TreeBidiMap.Inverse |
A node used to store the data.
|
TreeBidiMap.Node |
A node used to store the data.
|
TreeBidiMap.View |
A view of this map.
|
TreeBidiMap.ViewIterator |
An iterator over the map.
|
UnmodifiableBidiMap |
Decorates another BidiMap to ensure it can't be altered.
|
UnmodifiableOrderedBidiMap |
Decorates another OrderedBidiMap to ensure it can't be altered.
|
UnmodifiableSortedBidiMap |
Decorates another SortedBidiMap to ensure it can't be altered.
|