Uses of Class
com.twelvemonkeys.util.AbstractDecoratedMap

Packages that use AbstractDecoratedMap
Package
Description
 
  • Uses of AbstractDecoratedMap in com.twelvemonkeys.util

    Modifier and Type
    Class
    Description
    class 
    A Map decorator that makes the mappings in the backing map case insensitive (this is implemented by converting all keys to uppercase), if the keys used are Strings.
    class 
    Generic map and linked list implementation of the Map 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 
    A Map implementation that removes (expires) its elements after a given period.