Home
last modified time | relevance | path

Searched refs:WeightedWeakValueReference (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
DLocalCache.java415 : new WeightedWeakValueReference<K, V>( in referenceValue()
1722 static final class WeightedWeakValueReference<K, V> extends WeakValueReference<K, V> { class in LocalCache
1725 WeightedWeakValueReference(ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry, in WeightedWeakValueReference() method in LocalCache.WeightedWeakValueReference
1739 return new WeightedWeakValueReference<K, V>(queue, value, entry, weight); in copyFor()