| java.lang.Object | |
| ↳ | org.apache.commons.betwixt.expression.CollectionUpdater |
Updates a Collection by adding the new value to it.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets singleton instance.
| |||||||||||
Updates collection contained by the context by adding the new value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.commons.betwixt.expression.Updater
| |||||||||||
Gets singleton instance.
CollectionUpdater, not null
Updates collection contained by the context by adding the new value.
| context | Context, not null |
|---|---|
| newValue | value to be added, possibly null |