Searched defs:putIfAbsent (Results 1 - 17 of 17) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DForwardingConcurrentMap.java42 public V putIfAbsent(K key, V value) { method in class:ForwardingConcurrentMap
43 return delegate().putIfAbsent(key, value);
H A DMapMaker.java883 public V putIfAbsent(K key, V value) { method in class:MapMaker.NullConcurrentMap
H A DMapMakerInternalMap.java3562 public V putIfAbsent(K key, V value) { method in class:MapMakerInternalMap
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DConcurrentMap.java28 V putIfAbsent(K key, V value); method in interface:ConcurrentMap
H A DConcurrentHashMap.java56 public V putIfAbsent(K key, V value) { method in class:ConcurrentHashMap
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicLongMap.java94 atomic = map.putIfAbsent(key, new AtomicLong(delta));
143 atomic = map.putIfAbsent(key, new AtomicLong(delta));
178 atomic = map.putIfAbsent(key, new AtomicLong(newValue));
326 * first decrementing to zero, and then removing. putIfAbsent or replace could observe the
331 * - Define putIfAbsent and replace as treating zero and absent identically (as currently
332 * implemented below). This is a bit surprising with putIfAbsent, which really becomes
335 * - Allow putIfAbsent and replace to distinguish between zero and absent, but don't implement
350 long putIfAbsent(K key, long newValue) { method in class:AtomicLongMap
354 atomic = map.putIfAbsent(key, new AtomicLong(newValue));
385 return putIfAbsent(ke
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMapMaker.java73 public V putIfAbsent(K key, V value) { method in class:MapMaker.ExpiringComputingMap
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java234 public V putIfAbsent(K key, V value) { method in class:CacheBuilder.LocalCache
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java4186 public V putIfAbsent(K key, V value) { method in class:LocalCache
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1345 milliseconds