public class MapUtils extends Object
static <K,V> V
computeIfAbsent(Map<K,V> map, K key, Function<K,V> mappingFunction)
static <K,V> boolean
isEmpty(Map<K,V> map)
isNotEmpty(Map<K,V> map)
static <K,V> Map<K,V>
of(Object... keyValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <K,V> Map<K,V> of(Object... keyValue)
public static <K,V> boolean isEmpty(Map<K,V> map)
public static <K,V> boolean isNotEmpty(Map<K,V> map)
public static <K,V> V computeIfAbsent(Map<K,V> map, K key, Function<K,V> mappingFunction)
Copyright © 2024 Dynamic-SQL. All rights reserved.