Uses of Class
io.keikai.doc.collab.types.YArray
Packages that use YArray
-
Uses of YArray in io.keikai.doc.collab.types
Methods in io.keikai.doc.collab.types that return YArrayModifier and TypeMethodDescriptionYArray.clone()Makes a copy of this data type that can be included somewhere else.YArray.copy()static <T> YArray<T>Construct a new YArray containing the specified items.static YArray<?>YArray.readYArray(UpdateDecoder decoder) Reads a YArray from the decoder.Method parameters in io.keikai.doc.collab.types with type arguments of type YArrayModifier and TypeMethodDescriptionvoidYArray.forEach(TriConsumer<Object, Integer, YArray> f) Executes a provided function once on every element of this YArray.Constructors in io.keikai.doc.collab.types with parameters of type YArray -
Uses of YArray in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils that return YArray