Searched refs:StrongWriteEntry (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java464 return new StrongWriteEntry<K, V>(key, hash, next);
1208 static final class StrongWriteEntry<K, V> class in class:LocalCache
1210 StrongWriteEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { method in class:LocalCache.StrongWriteEntry

Completed in 56 milliseconds