Uses of Interface
org.simpleframework.common.LeastRecentlyUsedMap.RemovalListener
-
Packages that use LeastRecentlyUsedMap.RemovalListener Package Description org.simpleframework.common -
-
Uses of LeastRecentlyUsedMap.RemovalListener in org.simpleframework.common
Fields in org.simpleframework.common declared as LeastRecentlyUsedMap.RemovalListener Modifier and Type Field Description private LeastRecentlyUsedMap.RemovalListener<K,V>
LeastRecentlyUsedMap. listener
This is the listener that is called when an entry is removed.Constructors in org.simpleframework.common with parameters of type LeastRecentlyUsedMap.RemovalListener Constructor Description LeastRecentlyUsedMap(LeastRecentlyUsedMap.RemovalListener<K,V> listener)
Constructor for theLeastRecentlyUsedMap
object.LeastRecentlyUsedMap(LeastRecentlyUsedMap.RemovalListener<K,V> listener, int capacity)
Constructor for theLeastRecentlyUsedMap
object.
-