Class | Description |
---|---|
AbstractBidiMapDecorator |
Provides a base decorator that enables additional functionality to be added
to a BidiMap via decoration.
|
AbstractDualBidiMap |
Abstract
BidiMap implemented using two maps. |
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.
|
DualHashBidiMap |
Implementation of
BidiMap that uses two HashMap instances. |
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. |
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. |
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"