Package jadex.commons.collection
Interface ILRUEntryCleaner<V,K>
-
public interface ILRUEntryCleaner<V,K>
The entry cleaner (for performing cleanup code on removed entries in a LRU).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanupEldestEntry(java.util.Map.Entry<V,K> eldest)
Cleanup the eldest entry.
-