Uses of Interface
org.apache.commons.collections4.BoundedMap
-
Packages that use BoundedMap Package Description org.apache.commons.collections4.map -
-
Uses of BoundedMap in org.apache.commons.collections4.map
Classes in org.apache.commons.collections4.map that implement BoundedMap Modifier and Type Class Description classFixedSizeMap<K,V>Decorates anotherMapto fix the size, preventing add/remove.classFixedSizeSortedMap<K,V>Decorates anotherSortedMapto fix the size blocking add/remove.classLRUMap<K,V>AMapimplementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.classSingletonMap<K,V>AMapimplementation that holds a single item and is fixed size.
-