Uses of Class
de.haumacher.msgbuf.graph.cmd.ListUpdate
-
Packages that use ListUpdate Package Description de.haumacher.msgbuf.graph.cmd -
-
Uses of ListUpdate in de.haumacher.msgbuf.graph.cmd
Subclasses of ListUpdate in de.haumacher.msgbuf.graph.cmd Modifier and Type Class Description classInsertElementAn insert operation to a list value.classRemoveElementThe removal of an element of a list value.Methods in de.haumacher.msgbuf.graph.cmd that return ListUpdate Modifier and Type Method Description ListUpdateListUpdate. getNext()Pointer to chain updates for the same property.static ListUpdateListUpdate. readListUpdate(DataReader in)Reads a new instance from the given reader.static ListUpdateListUpdate. readListUpdate(JsonReader in)Reads a new instance from the given reader.ListUpdateListUpdate. setId(int value)ListUpdateListUpdate. setIndex(int value)ListUpdateListUpdate. setNext(ListUpdate value)ListUpdateListUpdate. setNode(SharedGraphNode value)ListUpdateListUpdate. setProperty(String value)Methods in de.haumacher.msgbuf.graph.cmd with parameters of type ListUpdate Modifier and Type Method Description protected voidListUpdate. internalSetNext(ListUpdate value)Internal setter forgetNext()without chain call utility.InsertElementInsertElement. setNext(ListUpdate value)ListUpdateListUpdate. setNext(ListUpdate value)RemoveElementRemoveElement. setNext(ListUpdate value)
-