Home
last modified time | relevance | path

Searched defs:putIfAbsent (Results 1 – 20 of 20) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DConcurrentMapPutIfAbsentTester.java137 private V putIfAbsent(Entry<K, V> entry) { in putIfAbsent() method in ConcurrentMapPutIfAbsentTester
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DConcurrentMapPutIfAbsentTester.java137 private V putIfAbsent(Entry<K, V> entry) { in putIfAbsent() method in ConcurrentMapPutIfAbsentTester
/external/guava/guava/src/com/google/common/collect/
DForwardingConcurrentMap.java53 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ForwardingConcurrentMap
DImmutableMap.java828 public final V putIfAbsent(K key, V value) { in putIfAbsent() method in ImmutableMap
DMapMakerInternalMap.java2461 public V putIfAbsent(K key, V value) { in putIfAbsent() method in MapMakerInternalMap
/external/guava/android/guava/src/com/google/common/collect/
DForwardingConcurrentMap.java53 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ForwardingConcurrentMap
DMapMakerInternalMap.java2461 public V putIfAbsent(K key, V value) { in putIfAbsent() method in MapMakerInternalMap
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DLRUMap.java54 public V putIfAbsent(K key, V value) { in putIfAbsent() method in LRUMap
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DConcurrentUtils.java236 public static <K, V> V putIfAbsent(final ConcurrentMap<K, V> map, final K key, final V value) { in putIfAbsent() method in ConcurrentUtils
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicLongMap.java323 long putIfAbsent(K key, long newValue) { in putIfAbsent() method in AtomicLongMap
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DDistanceTable.java270 private boolean putIfAbsent(MappingKey key) { in putIfAbsent() method in DistanceTable.Node
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DUnmodifiableMapOfLists.java123 public List<U> putIfAbsent(T key, List<U> value) { in putIfAbsent() method in UnmodifiableMapOfLists
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java1221 Object putIfAbsent(int key, Object item, int size) { in putIfAbsent() method in ICUResourceBundleReader.ResourceCache.Level
1330 synchronized Object putIfAbsent(int res, Object item, int size) { in putIfAbsent() method in ICUResourceBundleReader.ResourceCache
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DICUResourceBundleReader.java1219 Object putIfAbsent(int key, Object item, int size) { in putIfAbsent() method in ICUResourceBundleReader.ResourceCache.Level
1328 synchronized Object putIfAbsent(int res, Object item, int size) { in putIfAbsent() method in ICUResourceBundleReader.ResourceCache
/external/cronet/tot/third_party/icu/source/common/
Dlocalematcher.cpp327 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() function in LocaleMatcher
/external/cronet/stable/third_party/icu/source/common/
Dlocalematcher.cpp327 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() function in LocaleMatcher
/external/icu/icu4c/source/common/
Dlocalematcher.cpp329 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() function in LocaleMatcher
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DLocaleMatcher.java786 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() method in LocaleMatcher
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java748 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() method in LocaleMatcher
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java172 public V putIfAbsent(K key, V value) { in putIfAbsent() method in LocalCache