Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java1119 ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMap.StrongEvictableEntry
1123 return nextEvictable; in getNextEvictable()
1128 this.nextEvictable = next; in setNextEvictable()
1194 ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMap.StrongExpirableEvictableEntry
1198 return nextEvictable; in getNextEvictable()
1203 this.nextEvictable = next; in setNextEvictable()
1375 ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMap.SoftEvictableEntry
1379 return nextEvictable; in getNextEvictable()
1384 this.nextEvictable = next; in setNextEvictable()
1451 ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMap.SoftExpirableEvictableEntry
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1810 private ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMapTest.DummyEntry
1814 return nextEvictable; in getNextEvictable()
1819 this.nextEvictable = next; in setNextEvictable()