Home
last modified time | relevance | path

Searched refs:previousEvictable (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java1080 ReferenceEntry<K, V> previousEvictable = nullEntry(); field in MapMakerInternalMap.StrongEvictableEntry
1084 return previousEvictable; in getPreviousEvictable()
1089 this.previousEvictable = previous; in setPreviousEvictable()
1155 ReferenceEntry<K, V> previousEvictable = nullEntry(); field in MapMakerInternalMap.StrongExpirableEvictableEntry
1159 return previousEvictable; in getPreviousEvictable()
1164 this.previousEvictable = previous; in setPreviousEvictable()
1336 ReferenceEntry<K, V> previousEvictable = nullEntry(); field in MapMakerInternalMap.SoftEvictableEntry
1340 return previousEvictable; in getPreviousEvictable()
1345 this.previousEvictable = previous; in setPreviousEvictable()
1412 ReferenceEntry<K, V> previousEvictable = nullEntry(); field in MapMakerInternalMap.SoftExpirableEvictableEntry
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1792 private ReferenceEntry<K, V> previousEvictable = nullEntry(); field in MapMakerInternalMapTest.DummyEntry
1796 return previousEvictable; in getPreviousEvictable()
1801 this.previousEvictable = previous; in setPreviousEvictable()