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