Uses of Interface
net.sf.ehcache.util.concurrent.ConcurrentHashMap.RemovalCallback
-
Packages that use ConcurrentHashMap.RemovalCallback Package Description net.sf.ehcache.util.concurrent -
-
Uses of ConcurrentHashMap.RemovalCallback in net.sf.ehcache.util.concurrent
Methods in net.sf.ehcache.util.concurrent with parameters of type ConcurrentHashMap.RemovalCallback Modifier and Type Method Description protected booleanConcurrentHashMap. remove(java.lang.Object key, java.lang.Object value, ConcurrentHashMap.RemovalCallback hook)protected VConcurrentHashMap. removeAndNotify(java.lang.Object key, java.lang.Object value, ConcurrentHashMap.RemovalCallback hook)protected VConcurrentHashMap. removeAndNotify(java.lang.Object key, ConcurrentHashMap.RemovalCallback hook)
-