|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractHashedMap | |
| org.apache.commons.collections.map |
This package contains implementations of the
Map,
IterableMap,
OrderedMap and
SortedMap interfaces. |
| Uses of AbstractHashedMap in org.apache.commons.collections.map |
| Subclasses of AbstractHashedMap in org.apache.commons.collections.map | |
class |
AbstractLinkedMap
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 |
AbstractReferenceMap
An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector. |
class |
CaseInsensitiveMap
A case-insensitive Map. |
class |
HashedMap
A Map implementation that is a general purpose alternative
to HashMap. |
class |
IdentityMap
A Map implementation that matches keys and values based
on == not equals(). |
class |
LinkedMap
A Map implementation that maintains the order of the entries. |
class |
LRUMap
A Map implementation with a fixed maximum size which removes
the least recently used entry if an entry is added when full. |
class |
ReferenceIdentityMap
A Map implementation that allows mappings to be
removed by the garbage collector and matches keys and values based
on == not equals(). |
class |
ReferenceMap
A Map implementation that allows mappings to be
removed by the garbage collector. |
| Methods in org.apache.commons.collections.map with parameters of type AbstractHashedMap | |
static MultiKeyMap |
MultiKeyMap.decorate(AbstractHashedMap map)
Decorates the specified map to add the MultiKeyMap API and fast query. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||