Searched defs:RemovalCause (Results 1 - 2 of 2) 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...]

Completed in 285 milliseconds