Generic functions that returns the config value of the given key or the default value if the config doesn't exist (overload for ConcurrentHashMap)
Generic functions that returns the config value of the given key or the default value if the config doesn't exist (overload for ConcurrentHashMap)
Value type
the config entry to be returned
the map of config entries to search in
the config value or the default value if the config value is not defined
Generic functions that returns the config value of the given key or the default value if the config doesn't exist
Generic functions that returns the config value of the given key or the default value if the config doesn't exist
Value type
the config entry to be returned
the map of config entries to search in
the config value or the default value if the config value is not defined
Gets a value from a map if exists or returns default value if not (overload for ConcurrentHashMap)
Gets a value from a map if exists or returns default value if not (overload for ConcurrentHashMap)
Value type
key
default value
map to get from
the value if configured and valid, default otherwise
Gets a value from a map if exists or returns default value if not
Gets a value from a map if exists or returns default value if not
Value type
key
default value
map to get from
the value if configured and valid, default otherwise