Uses of Class org.apache.commons.collections.map.AbstractHashedMap

Uses in package org.apache.commons.collections.map

Classes derived from org.apache.commons.collections.map.AbstractHashedMap

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
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 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
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 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.

Constructors with parameter type org.apache.commons.collections.map.AbstractHashedMap

Constructor that decorates the specified map and is called from decorate(AbstractHashedMap).

Fields of type org.apache.commons.collections.map.AbstractHashedMap

AbstractHashedMap
The decorated map
AbstractHashedMap
The parent map
AbstractHashedMap
The parent map
AbstractHashedMap
The parent map
AbstractHashedMap
The parent map

Methods with parameter type org.apache.commons.collections.map.AbstractHashedMap

MultiKeyMap
Decorates the specified map to add the MultiKeyMap API and fast query.

Methods with return type org.apache.commons.collections.map.AbstractHashedMap

AbstractHashedMap
Create an instance of the map used for storage when in delegation mode.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.