HomeSort by relevance Sort by last modified time
    Searched defs:EXPIRABLE_MASK (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 518 static final int EXPIRABLE_MASK = 1;
533 int flags = (expireAfterWrite ? EXPIRABLE_MASK : 0) | (evictsBySize ? EVICTABLE_MASK : 0);
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 40 milliseconds