Frames | No Frames |
Classes implementing org.apache.commons.collections.IterableMap | |
class | An abstract implementation of a hash-based map which provides numerous points for
subclasses to override. |
class | An abstract implementation of a hash-based map that links entries to create an
ordered map and which provides numerous points for subclasses to override. |
class | Provides a base decorator that enables additional functionality to be added
to an OrderedMap via decoration. |
class | An abstract implementation of a hash-based map that allows the entries to
be removed by the garbage collector. |
class | A case-insensitive Map . |
class | A Map implementation that stores data in simple fields until
the size is greater than 3. |
class | A Map implementation that is a general purpose alternative
to HashMap . |
class | A Map implementation that matches keys and values based
on == not equals() . |
class | A Map implementation that maintains the order of the entries. |
class | Decorates a Map to ensure that the order of addition is retained
using a List to maintain order. |
class | A Map implementation with a fixed maximum size which removes
the least recently used entry if an entry is added when full. |
class | A Map implementation that uses multiple keys to map the value. |
class | A Map implementation that allows mappings to be
removed by the garbage collector and matches keys and values based
on == not equals() . |
class | A Map implementation that allows mappings to be
removed by the garbage collector. |
class | A Map implementation that holds a single item and is fixed size. |
class | Decorates another Map to ensure it can't be altered. |
class | Decorates another OrderedMap to ensure it can't be altered. |
Classes implementing org.apache.commons.collections.IterableMap | |
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. |