Package net.sf.ehcache.util.concurrent
Interface ConcurrentHashMap.RemovalCallback
-
- Enclosing class:
- ConcurrentHashMap<K,V>
protected static interface ConcurrentHashMap.RemovalCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoved(java.lang.Object key, java.lang.Object value)
-