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 TypeClassDescriptionclassAMapdecorator that makes the mappings in the backing map case insensitive (this is implemented by converting all keys to uppercase), if the keys used areStrings.classLinkedMap<K,V> Generic map and linked list implementation of theMapinterface, with predictable iteration order.classLRUMap<K,V> Map implementation with size limit, that keeps its entries in LRU (least recently used) order, also known as access-order.classTimeoutMap<K,V> AMapimplementation that removes (expires) its elements after a given period.