Returns a new param map that contains parameters in this map and the given map, where the latter overwrites this if there exists conflicts.
Adds all parameters from the input param map into this param map.
Gets the value of the input param or its default value if it does not exist.
Gets the value of the input param or its default value if it does not exist. Raises a NoSuchElementException if there is no value associated with the input param.
Checks whether a parameter is explicitly specified.
Make a copy of this param map.
Filters this param map for the given parent.
Optionally returns the value associated with a param or its default.
Puts a list of param pairs (overwrites if the input params exists).
Puts a list of param pairs (overwrites if the input params exists).
Puts a (param, value) pair (overwrites if the input param exists).
Number of param pairs in this set.
Converts this param map to a sequence of param pairs.
:: AlphaComponent :: A param to value map.