Searched defs:StrongAccessWriteEntry (Results 1 - 1 of 1) sorted by relevance
/external/guava/guava/src/com/google/common/cache/ | ||
H A D | LocalCache.java | 479 return new StrongAccessWriteEntry<K, V>(key, hash, next); 1255 static final class StrongAccessWriteEntry<K, V> class in class:LocalCache 1257 StrongAccessWriteEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { method in class:LocalCache.StrongAccessWriteEntry |
Completed in 50 milliseconds