T
- the type of objects in the listpublic class ScalarisListAppendRemoveOp1<T> extends ScalarisChangeListOp1
Constructor and Description |
---|
ScalarisListAppendRemoveOp1(String key,
List<T> toAdd,
List<T> toRemove,
String countKey)
Creates a new append+remove operation.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
doPhase, workPhases
public ScalarisListAppendRemoveOp1(String key, List<T> toAdd, List<T> toRemove, String countKey)
key
- the key to append/remove the values to/fromtoAdd
- the values to addtoRemove
- the values to removecountKey
- the key for the counter of the entries in the list
(may be null)public String toString()
toString
in interface ScalarisOp
toString
in class Object