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. setIndex(int value)ListUpdateListUpdate. setNext(ListUpdate value)Methods in de.haumacher.msgbuf.graph.cmd with parameters of type ListUpdate Modifier and Type Method Description ListUpdateListUpdate. setNext(ListUpdate value)
-