Searched defs:computeIfAbsent (Results 1 – 2 of 2) sorted by relevance
577 public final V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent() method in ImmutableMap
3060 static <K, V> V computeIfAbsent(Map<K, V> map, K key, Function<K, V> vFunction) { in computeIfAbsent() method