Searched defs:getPreviousEvictable (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | MapMakerInternalMap.java | 711 ReferenceEntry<K, V> getPreviousEvictable(); in getPreviousEvictable() method 778 public ReferenceEntry<Object, Object> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.NullEntry 853 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.AbstractReferenceEntry 973 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.StrongEntry 1083 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.StrongEvictableEntry 1158 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.StrongExpirableEvictableEntry 1227 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.SoftEntry 1339 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.SoftEvictableEntry 1415 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.SoftExpirableEvictableEntry 1485 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMap.WeakEntry [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 1795 public ReferenceEntry<K, V> getPreviousEvictable() { in getPreviousEvictable() method in MapMakerInternalMapTest.DummyEntry
|