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

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

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

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.

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

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

AbstractLinkedMap
The parent map

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