Uses of Class
com.twelvemonkeys.util.LinkedMap

Packages that use LinkedMap
com.twelvemonkeys.util   
 

Uses of LinkedMap in com.twelvemonkeys.util
 

Subclasses of LinkedMap in com.twelvemonkeys.util
 class LRUMap<K,V>
          Map implementation with size limit, that keeps its entries in LRU (least recently used) order, also known as access-order.
 



Copyright © 2014. All Rights Reserved.