Searched refs:nextEvictable (Results 1 – 2 of 2) sorted by relevance
1119 ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMap.StrongEvictableEntry1123 return nextEvictable; in getNextEvictable()1128 this.nextEvictable = next; in setNextEvictable()1194 ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMap.StrongExpirableEvictableEntry1198 return nextEvictable; in getNextEvictable()1203 this.nextEvictable = next; in setNextEvictable()1375 ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMap.SoftEvictableEntry1379 return nextEvictable; in getNextEvictable()1384 this.nextEvictable = next; in setNextEvictable()1451 ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMap.SoftExpirableEvictableEntry[all …]
1810 private ReferenceEntry<K, V> nextEvictable = nullEntry(); field in MapMakerInternalMapTest.DummyEntry1814 return nextEvictable; in getNextEvictable()1819 this.nextEvictable = next; in setNextEvictable()