public class Maps extends Object
Maps()
static <K,V> V
putIfAbsent(Map<K,V> map, K key, Function<K,V> mapper)
putIfAbsent(Map<K,V> map, K key, Supplier<K,V> supplier)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Maps()
public static <K,V> V putIfAbsent(@NonNull Map<K,V> map, @NonNull K key, Supplier<K,V> supplier)
public static <K,V> V putIfAbsent(@NonNull Map<K,V> map, @NonNull K key, @NonNull Function<K,V> mapper)
Copyright © 2020. All rights reserved.