类 MapUtil
java.lang.Object
dev.tinyflow.core.util.MapUtil
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <K,V> V computeIfAbsent(Map<K, V> map, K key, Function<K, V> mappingFunction) A temporary workaround for Java 8 specific performance issue JDK-8161372 .
This class should be removed once we drop Java 8 support.static Objectprivate static intprivate static Objectprivate static String
-
字段详细资料
-
log
-
IS_JDK8
-
-
构造器详细资料
-
MapUtil
private MapUtil()
-
-
方法详细资料
-
tryTrim
-
getJvmVersion0
-
computeIfAbsent
A temporary workaround for Java 8 specific performance issue JDK-8161372 .
This class should be removed once we drop Java 8 support. -
getByPath
-
getResult
-