T - the type of objects in the listScalarisOppublic class ScalarisListAppendRemoveOp1<T> extends ScalarisChangeListOp1
| Constructor | Description |
|---|---|
ScalarisListAppendRemoveOp1(java.lang.String key,
java.util.List<T> toAdd,
java.util.List<T> toRemove,
java.lang.String countKey) |
Creates a new append+remove operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitdoPhase, workPhasespublic ScalarisListAppendRemoveOp1(java.lang.String key,
java.util.List<T> toAdd,
java.util.List<T> toRemove,
java.lang.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 java.lang.String toString()
toString in interface ScalarisOptoString in class java.lang.Object