| Package | Description |
|---|---|
| org.apache.commons.collections.map |
| Modifier and Type | Class | Description |
|---|---|---|
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. |
class |
SingletonMap |
A
Map implementation that holds a single item and is fixed size. |
Copyright © 2001-2018 Apache Software Foundation. All Rights Reserved.