Searched defs:ComputingValueReference (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DComputingConcurrentHashMap.java94 ComputingValueReference<K, V> computingValueReference = null;
134 computingValueReference = new ComputingValueReference<K, V>(computingFunction);
172 ComputingValueReference<K, V> computingValueReference)
285 private static final class ComputingValueReference<K, V> implements ValueReference<K, V> { class in class:ComputingConcurrentHashMap
288 @GuardedBy("ComputingValueReference.this") // writes
291 public ComputingValueReference(Function<? super K, ? extends V> computingFunction) { method in class:ComputingConcurrentHashMap.ComputingValueReference
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 65 milliseconds