|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundedMap | |
org.apache.commons.collections.map |
This package contains implementations of the
Map ,
IterableMap ,
OrderedMap and
SortedMap interfaces. |
Uses of BoundedMap in org.apache.commons.collections.map |
Classes in org.apache.commons.collections.map that implement BoundedMap | |
class |
FixedSizeMap
Decorates another Map to fix the size, preventing add/remove. |
class |
FixedSizeSortedMap
Decorates another SortedMap to fix the size blocking add/remove. |
class |
LRUMap
A Map implementation with a fixed maximum size which removes
the least recently used entry if an entry is added when full. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |