Searched refs:copyFor (Results 1 – 5 of 5) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | ComputingConcurrentHashMap.java | 226 public ValueReference<K, V> copyFor( in copyFor() method in ComputingConcurrentHashMap.ComputationExceptionReference 266 public ValueReference<K, V> copyFor( in copyFor() method in ComputingConcurrentHashMap.ComputedReference 308 public ValueReference<K, V> copyFor( in copyFor() method in ComputingConcurrentHashMap.ComputingValueReference
|
D | MapMakerInternalMap.java | 556 ValueReference<K, V> copyFor( in copyFor() method 590 public ValueReference<Object, Object> copyFor(ReferenceQueue<Object> queue, 1706 public ValueReference<K, V> copyFor( in copyFor() method in MapMakerInternalMap.WeakValueReference 1745 public ValueReference<K, V> copyFor( in copyFor() method in MapMakerInternalMap.SoftValueReference 1782 public ValueReference<K, V> copyFor( in copyFor() method in MapMakerInternalMap.StrongValueReference 2151 newEntry.setValueReference(valueReference.copyFor(this.valueReferenceQueue, value, newEntry)); in copyEntry()
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 658 ValueReference<K, V> copyFor( in copyFor() method 704 public ValueReference<Object, Object> copyFor(ReferenceQueue<Object> queue, 1601 public ValueReference<K, V> copyFor( in copyFor() method in LocalCache.WeakValueReference 1648 public ValueReference<K, V> copyFor( in copyFor() method in LocalCache.SoftValueReference 1695 public ValueReference<K, V> copyFor( in copyFor() method in LocalCache.StrongValueReference 1737 public ValueReference<K, V> copyFor( in copyFor() method in LocalCache.WeightedWeakValueReference 1760 public ValueReference<K, V> copyFor( in copyFor() method in LocalCache.WeightedSoftValueReference 2152 newEntry.setValueReference(valueReference.copyFor(this.valueReferenceQueue, value, newEntry)); in copyEntry() 3575 public ValueReference<K, V> copyFor( in copyFor() method
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 1829 public ValueReference<K, V> copyFor( in copyFor() method in MapMakerInternalMapTest.DummyValueReference
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 2721 public ValueReference<K, V> copyFor( in copyFor() method in LocalCacheTest.DummyValueReference
|