Searched defs:computeIfAbsent (Results 1 – 3 of 3) sorted by relevance
/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
D | ResTable.java | 3061 static <K, V> V computeIfAbsent(Map<K, V> map, K key, Function<K, V> vFunction) { in computeIfAbsent() method
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResTable.java | 3055 static <K, V> V computeIfAbsent(Map<K, V> map, K key, Function<K, V> vFunction) { in computeIfAbsent() method
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableMap.java | 768 public final V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent() method in ImmutableMap
|