| Class | Description |
|---|---|
| Appending |
A
ParameterList which appends the given parameters to the decorated ones. |
| BasicParameterList | |
| EmptyParameterList |
ParameterList that doesn't contain any parameters. |
| Fluent |
A fluent decorator to edit
ParameterList in a convenient manner. |
| Removing |
ParameterList decorator that removes any parameters of the given ParameterTypes. |
| Replacing |
ParameterList that replaces values of the decorated ParameterList with the given values. |