Searched defs:computeIfPresent (Results 1 – 2 of 2) sorted by relevance
148 …public List<U> computeIfPresent(T key, BiFunction<? super T, ? super List<U>, ? extends List<U>> r… in computeIfPresent() method in UnmodifiableMapOfLists
871 public final V computeIfPresent( in computeIfPresent() method in ImmutableMap