Uses of Class
io.keikai.doc.collab.types.YArray
-
Packages that use YArray Package Description io.keikai.doc.collab.types io.keikai.doc.collab.utils -
-
Uses of YArray in io.keikai.doc.collab.types
Methods in io.keikai.doc.collab.types that return YArray Modifier and Type Method Description YArray<T>YArray. clone()Makes a copy of this data type that can be included somewhere else.YArray<T>YArray. copy()static <T> YArray<T>YArray. from(java.util.List<T> items)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 YArray Modifier and Type Method Description voidYArray. forEach(TriConsumer<java.lang.Object,java.lang.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 Constructor Description YArrayEvent(YArray target, Transaction transaction) -
Uses of YArray in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils that return YArray Modifier and Type Method Description YArrayDoc. getArray()YArrayDoc. getArray(java.lang.String name)
-