Searched defs:StrongAccessEntry (Results 1 – 2 of 2) sorted by relevance
| /external/guava/android/guava/src/com/google/common/cache/ |
| D | LocalCache.java | 1015 static final class StrongAccessEntry<K, V> extends StrongEntry<K, V> { class in LocalCache 1016 StrongAccessEntry(K key, int hash, @CheckForNull ReferenceEntry<K, V> next) { in StrongAccessEntry() method in LocalCache.StrongAccessEntry
|
| /external/guava/guava/src/com/google/common/cache/ |
| D | LocalCache.java | 1019 static final class StrongAccessEntry<K, V> extends StrongEntry<K, V> { class in LocalCache 1020 StrongAccessEntry(K key, int hash, @CheckForNull ReferenceEntry<K, V> next) { in StrongAccessEntry() method in LocalCache.StrongAccessEntry
|