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.java1161 static final class StrongAccessEntry<K, V> extends StrongEntry<K, V> class in LocalCache
1163 StrongAccessEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongAccessEntry() method in LocalCache.StrongAccessEntry