oemware.core.util
Interface LruMap.EvictionHandler<K,V>

Enclosing class:
LruMap<K,V>

public static interface LruMap.EvictionHandler<K,V>

The eviction handler interface. Implement this interface to work with the removed entry.


Method Summary
 void execute(java.util.Map.Entry<K,V> pEldest)
          The eldest entry removed from the lru.
 

Method Detail

execute

void execute(java.util.Map.Entry<K,V> pEldest)
The eldest entry removed from the lru.

Parameters:
pEldest - The entry being removed.


Copyright © 2009 Deft Labs - Released under LGPL, Version 3.0