Package org.simpleframework.common
package org.simpleframework.common
-
ClassDescriptionKeyMap<T>The
KeyMap
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.TheRemovalListener
is used with the least recently used hash map to listen for removals.