Uses of Class
com.twelvemonkeys.util.AbstractDecoratedMap
Packages that use AbstractDecoratedMap
-
Uses of AbstractDecoratedMap in com.twelvemonkeys.util
Subclasses of AbstractDecoratedMap in com.twelvemonkeys.utilModifier and TypeClassDescriptionclass
AMap
decorator that makes the mappings in the backing map case insensitive (this is implemented by converting all keys to uppercase), if the keys used areStrings
.class
LinkedMap<K,
V> Generic map and linked list implementation of theMap
interface, with predictable iteration order.class
LRUMap<K,
V> Map implementation with size limit, that keeps its entries in LRU (least recently used) order, also known as access-order.class
TimeoutMap<K,
V> AMap
implementation that removes (expires) its elements after a given period.