Searched refs:StrongAccessWriteEntry (Results 1 – 1 of 1) sorted by relevance
479 return new StrongAccessWriteEntry<K, V>(key, hash, next); in newEntry()1255 static final class StrongAccessWriteEntry<K, V> class in LocalCache1257 StrongAccessWriteEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongAccessWriteEntry() method in LocalCache.StrongAccessWriteEntry