net.sf.ehcache.util.concurrent
Interface ConcurrentHashMap.RemovalCallback

Enclosing class:
ConcurrentHashMap<K,V>

protected static interface ConcurrentHashMap.RemovalCallback


Method Summary
 void removed(Object key, Object value)
           
 

Method Detail

removed

void removed(Object key,
             Object value)


Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.