Searched refs:onlyIfAbsent (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java812 * replaces value if present and onlyIfAbsent is false.
815 * @param onlyIfAbsent if should not insert if already present
818 private V doPut(K kkey, V value, boolean onlyIfAbsent) { argument
842 if (onlyIfAbsent || n.casValue(v, value))
H A DConcurrentHashMap.java820 final V putVal(K key, V value, boolean onlyIfAbsent) { argument
847 if (!onlyIfAbsent)
865 if (!onlyIfAbsent)
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 115 milliseconds