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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanupEldestEntry(java.util.Map.Entry<V,K> eldest)Cleanup the eldest entry.
 
-