Searched defs: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 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
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 658 ValueReference<K, V> copyFor( in copyFor() method 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 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
|