Package org.baseagent.util
Class BaseAgentUtils
java.lang.Object
org.baseagent.util.BaseAgentUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
chance
(double c) static Boolean
flipBooleanMapValue
(Map<String, Object> map, String key) static Object
static Object
static double
updateMapValue
(Map<String, Object> map, String key, double delta) static int
updateMapValue
(Map<String, Object> map, String key, int delta)
-
Constructor Details
-
BaseAgentUtils
public BaseAgentUtils()
-
-
Method Details
-
updateMapValue
-
updateMapValue
-
copyMap
-
flipBooleanMapValue
-
getValueOrDefault
-
getKeyForHighestDoubleValue
-
chance
public static boolean chance(double c)
-