Package org.simpleframework.common
-
Interface Summary Interface Description LeastRecentlyUsedMap.RemovalListener<K,V> TheRemovalListener
is used with the least recently used hash map to listen for removals. -
Class Summary Class Description KeyMap<T> TheKeyMap
object is used to represent a map of values keyed using a known string.LeastRecentlyUsedMap<K,V> TheLeastRecentlyUsedMap
is a hash map that keeps only those entries most recently used.