Searched refs:StrongWriteEntry (Results 1 – 1 of 1) sorted by relevance
469 return new StrongWriteEntry<K, V>(key, hash, next); in newEntry()1151 static final class StrongWriteEntry<K, V> extends StrongEntry<K, V> { class in LocalCache1152 StrongWriteEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongWriteEntry() method in LocalCache.StrongWriteEntry