Namespace used to hold functions that create and manipulate a hash whose values are primitives or Arrays of primitives
Platform Support
| Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
|---|
Functions
| Method | Action | Jaxer Server Framework | Jaxer Client Framework | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
static add(Object multiHash, String name, Object value) :
void
Adds the name-value pair to the MultiHash: if the name does not exist, it is added with the given value; if the name exists, the previous value is turned into an Array, if needed, and then the given value is appended to it | Show Details | 1.0 | no | |||||||||
Parameters
| ||||||||||||
static diff(Object after, Object before) : Object Analyzes the first MultiHash relative to the second | Show Details | 1.0 | no | |||||||||
Parameters
Returns
| ||||||||||||
static remove(Object multiHash, String name, Object value) :
void
Removes the name-value pair from the MultiHash: if the name does not exist, or it does not have the value, nothing happens; if the name exists and has the value, that value is removed, and if no more values remain for that name, the name is removed | Show Details | 1.0 | no | |||||||||
Parameters
| ||||||||||||
