Uses of Interface
org.simpleframework.common.LeastRecentlyUsedMap.RemovalListener
Packages that use LeastRecentlyUsedMap.RemovalListener
-
Uses of LeastRecentlyUsedMap.RemovalListener in org.simpleframework.common
Constructors in org.simpleframework.common with parameters of type LeastRecentlyUsedMap.RemovalListenerModifierConstructorDescriptionConstructor for theLeastRecentlyUsedMapobject.LeastRecentlyUsedMap(LeastRecentlyUsedMap.RemovalListener<K, V> listener, int capacity) Constructor for theLeastRecentlyUsedMapobject.