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