Uses of Class
com.twelvemonkeys.util.AbstractDecoratedMap
-
Packages that use AbstractDecoratedMap Package Description com.twelvemonkeys.util -
-
Uses of AbstractDecoratedMap in com.twelvemonkeys.util
Subclasses of AbstractDecoratedMap in com.twelvemonkeys.util Modifier and Type Class Description classIgnoreCaseMap<V>AMapdecorator 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.
-