Uses of Class
de.haumacher.msgbuf.graph.cmd.ListUpdate
Packages that use ListUpdate
-
Uses of ListUpdate in de.haumacher.msgbuf.graph.cmd
Subclasses of ListUpdate in de.haumacher.msgbuf.graph.cmdModifier and TypeClassDescriptionclassAn insert operation to a list value.classThe removal of an element of a list value.Methods in de.haumacher.msgbuf.graph.cmd that return ListUpdateModifier and TypeMethodDescriptionfinal 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.final ListUpdateListUpdate.setIndex(int value) final ListUpdateListUpdate.setNext(ListUpdate value) Methods in de.haumacher.msgbuf.graph.cmd with parameters of type ListUpdate