T - the type of objects in the listpublic class ScalarisListAppendRemoveOp1<T> extends ScalarisChangeListOp1
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 ScalarisOptoString in class Object