Searched defs:RemovalCause (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DRemovalCause.java32 public enum RemovalCause { enum
/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java133 RemovalCause nullRemovalCause;
245 this.nullRemovalCause = RemovalCause.SIZE;
469 this.nullRemovalCause = RemovalCause.EXPIRED;
518 this.nullRemovalCause = RemovalCause.EXPIRED;
538 * after removing an element for any reason (see removal causes in {@link RemovalCause}). It will
745 private final RemovalCause cause;
747 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) {
755 public RemovalCause getCause() {
761 * {@link RemovalCause#EXPLICIT} nor {@link RemovalCause#REPLACE
771 enum RemovalCause { enum in class:MapMaker
[all...]
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 74 milliseconds