Home
last modified time | relevance | path

Searched defs:StrongAccessEntry (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
DLocalCache.java1105 static final class StrongAccessEntry<K, V> extends StrongEntry<K, V> { class in LocalCache
1106 StrongAccessEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongAccessEntry() method in LocalCache.StrongAccessEntry