Searched refs:copyFor (Results 1 – 1 of 1) sorted by relevance
/external/guava/src/com/google/common/collect/ |
D | MapMaker.java | 557 newEntry.setValueReference(valueReference.copyFor(newEntry)); in copyEntry() 661 public ValueReference<K, V> copyFor(ReferenceEntry<K, V> entry) { in copyFor() method in MapMaker.StrategyImpl.FutureValueReference 764 ValueReference<K, V> copyFor(ReferenceEntry<K, V> entry); in copyFor() method 779 public ValueReference<Object, Object> copyFor( 807 public ValueReference<K, V> copyFor( in copyFor() method in MapMaker.NullOutputExceptionReference 826 public ValueReference<K, V> copyFor( in copyFor() method in MapMaker.ComputationExceptionReference 1062 public ValueReference<K, V> copyFor( in copyFor() method in MapMaker.WeakValueReference 1087 public ValueReference<K, V> copyFor( in copyFor() method in MapMaker.SoftValueReference 1110 public ValueReference<K, V> copyFor( in copyFor() method in MapMaker.StrongValueReference
|