Uses of Class
io.keikai.doc.collab.utils.Delta
-
Packages that use Delta Package Description io.keikai.doc.collab.types io.keikai.doc.collab.utils -
-
Uses of Delta in io.keikai.doc.collab.types
Methods in io.keikai.doc.collab.types that return types with arguments of type Delta Modifier and Type Method Description java.util.List<Delta>YTextEvent. getDeltaList()Compute the changes in the delta format.java.util.List<Delta>YText. toDeltaList()java.util.List<Delta>YText. toDeltaList(Snapshot snapshot, Snapshot prevSnapshot, java.util.function.BiFunction<java.lang.String,ID,java.lang.Object> computeYChange) -
Uses of Delta in io.keikai.doc.collab.utils
Subclasses of Delta in io.keikai.doc.collab.utils Modifier and Type Class Description classDeltaDeleteRepresents a delete operation in the YType.classDeltaInsertRepresents an insert operation in the YType.classDeltaRetainRepresents a retain operation in the YType.Methods in io.keikai.doc.collab.utils that return types with arguments of type Delta Modifier and Type Method Description java.util.List<Delta>Changes. getDelta()Constructor parameters in io.keikai.doc.collab.utils with type arguments of type Delta Constructor Description Changes(java.util.Set<Item> added, java.util.Set<Item> deleted, java.util.List<Delta> delta, java.util.Map<java.lang.String,Change> keys)
-