HomeSort by relevance Sort by last modified time
    Searched refs:onRemoval (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/guava/guava/src/com/google/common/cache/
RemovalListeners.java 50 public void onRemoval(final RemovalNotification<K, V> notification) {
54 listener.onRemoval(notification);
RemovalListener.java 47 void onRemoval(RemovalNotification<K, V> notification);
CacheBuilder.java 194 public void onRemoval(RemovalNotification<Object, Object> notification) {}
    [all...]
LocalCache.java     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
TestingRemovalListeners.java 61 public void onRemoval(RemovalNotification<K, V> notification) {
75 public void onRemoval(RemovalNotification<K, V> notification) {
102 public void onRemoval(RemovalNotification<K, V> notification) {}
CacheBuilderGwtTest.java 259 public void onRemoval(RemovalNotification<Integer, Integer> notification) {
CacheExpirationTest.java 180 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) {
LocalCacheTest.java 674 public void onRemoval(RemovalNotification<Object, Object> notification) {
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/
TestingRemovalListeners.java 52 public void onRemoval(RemovalNotification<K, V> notification) {
79 public void onRemoval(RemovalNotification<K, V> notification) {}
  /external/guava/guava/src/com/google/common/collect/
GenericMapMaker.java 56 public void onRemoval(RemovalNotification<Object, Object> notification) {}
MapMaker.java 646 void onRemoval(RemovalNotification<K, V> notification);
    [all...]
MapMakerInternalMap.java     [all...]
  /external/guice/core/src/com/google/inject/internal/
WeakKeySet.java 60 public void onRemoval(RemovalNotification<State, Set<KeyAndSource>> notification) {
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 240 removalListener.onRemoval(new RemovalNotification(key, value, cause));
490 removalListener.onRemoval(new RemovalNotification(
CacheBuilder.java 188 public void onRemoval(RemovalNotification<Object, Object> notification) {}
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 537 @Override public void onRemoval(RemovalNotification<String, Number> notification) {
MapMakerInternalMapTest.java 269 public void onRemoval(RemovalNotification<Object, Object> notification) {}
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 712 milliseconds

1 2 3 4 5