Uses of Interface
org.apache.commons.collections.BoundedMap
Packages that use BoundedMap
Package
Description
-
Uses of BoundedMap in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement BoundedMapModifier and TypeClassDescriptionclassDecorates anotherMapto fix the size, preventing add/remove.classDecorates anotherSortedMapto fix the size blocking add/remove.classAMapimplementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.classAMapimplementation that holds a single item and is fixed size.