simple constructor
(Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.
(Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.
(Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.
add new elements in the KeySet
add a new key & variable in the KeySet (abstract)
add a new key & variable in the KeySet (abstract)
Tuple[K,V] > the key and the variable
KeySet
add a new element in the KeySet (abstract)
(Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.
(Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.
(Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.
add a value to Parameters object if it's not null
add a value to Parameters object if it's not null
Variable > the variable for key building
A > the new value
Parameters
add a value in String format to Parameters object if it's not null
add a value in String format to Parameters object if it's not null
Variable > the variable for key building & for determinate the type
Parameters
builds a key to insert a new Parameter in the KeySet
builds a key to insert a new Parameter in the KeySet
Parameter[Any] > the new parameter
Variable[Any] >
clones all Parameter s
clones all Parameter s
Parameters
add the default values for the missing parameters
add the default values for the missing parameters
String with the list of paramters added
(Changed in version 2.8.0) keys returns Iterable[A] rather than Iterator[A].
Returns a Parameters with the order specified in Variable.
Returns a Parameters with the order specified in Variable.parameters
Parameters
return a String with all parameters contained in Parameters object
return a String with all parameters contained in Parameters object
a prefix for all parameters printed
String
read the parameters values from a file
read the parameters values from a file
parameter file
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(Changed in version 2.8.0) values returns Iterable[B] rather than Iterator[B].
Collection of Parameter objects.