Searched defs:StrongAccessEntry (Results 1 – 1 of 1) sorted by relevance
1105 static final class StrongAccessEntry<K, V> extends StrongEntry<K, V> { class in LocalCache1106 StrongAccessEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongAccessEntry() method in LocalCache.StrongAccessEntry