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