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