Uses of Interface
org.simpleframework.common.LeastRecentlyUsedMap.RemovalListener
Packages that use LeastRecentlyUsedMap.RemovalListener
-
Uses of LeastRecentlyUsedMap.RemovalListener in org.simpleframework.common
Fields in org.simpleframework.common declared as LeastRecentlyUsedMap.RemovalListenerModifier and TypeFieldDescriptionprivate final LeastRecentlyUsedMap.RemovalListener<K, V> LeastRecentlyUsedMap.listenerThis is the listener that is called when an entry is removed.Constructors in org.simpleframework.common with parameters of type LeastRecentlyUsedMap.RemovalListenerModifierConstructorDescriptionConstructor for theLeastRecentlyUsedMapobject.LeastRecentlyUsedMap(LeastRecentlyUsedMap.RemovalListener<K, V> listener, int capacity) Constructor for theLeastRecentlyUsedMapobject.