-
public class MapUtils
-
-
Method Summary
Modifier and Type Method Description static <V, K> VcomputeIfAbsent(K key, Map<K, V> originalMap, Function<out Object, out V> mappingFunction)static JsonObjectgetAsJsonObject(Map<String, String> map)-
-
Method Detail
-
computeIfAbsent
static <V, K> V computeIfAbsent(K key, Map<K, V> originalMap, Function<out Object, out V> mappingFunction)
-
getAsJsonObject
static JsonObject getAsJsonObject(Map<String, String> map)
-
-
-
-