Gets a number of variables stored in the collection.
Adds a new variable to the collection.
a variable to be added.
Clears the collection.
Clears all stored variables (assigns null values).
Finds variable in the list by it's name.
The variable name to be found.
A variable or null
if function was not found.
Finds variable index in the list by it's name.
The variable name to be found.
Variable index in the list or -1
if variable was not found.
Get a variable by its index.
a variable index.
a retrieved variable.
Get all variables stores in the collection
a list with variables.
Finds variable in the list or create a new one if variable was not found.
The variable name to be found.
Found or created variable.
Removes a variable by its index.
a index of the variable to be removed.
Removes variable by it's name.
The variable name to be removed.
Generated using TypeDoc
Defines a variables list.