K
V
public class RemovalListenerContainer<K,V> extends java.lang.Object implements com.google.common.cache.RemovalListener<K,V>
RemovalListener
RemovalListenerContainer()
boolean
add(com.google.common.cache.RemovalListener<K,V> e)
void
clear()
onRemoval(com.google.common.cache.RemovalNotification<K,V> notification)
remove(com.google.common.cache.RemovalListener<K,V> o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RemovalListenerContainer()
public boolean add(com.google.common.cache.RemovalListener<K,V> e)
e
HashSet.add(java.lang.Object)
public boolean remove(com.google.common.cache.RemovalListener<K,V> o)
o
HashSet.remove(java.lang.Object)
public void clear()
HashSet.clear()
public void onRemoval(com.google.common.cache.RemovalNotification<K,V> notification)
onRemoval
com.google.common.cache.RemovalListener<K,V>
Copyright © 2019. All Rights Reserved.