Uses of Interface org.apache.commons.collections.BoundedMap

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

Classes implementing org.apache.commons.collections.BoundedMap

class
Decorates another Map to fix the size, preventing add/remove.
class
Decorates another SortedMap to fix the size blocking add/remove.
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 holds a single item and is fixed size.

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