Uses of Class
io.keikai.doc.collab.types.YMap
-
Packages that use YMap Package Description io.keikai.doc.collab.types io.keikai.doc.collab.utils -
-
Uses of YMap in io.keikai.doc.collab.types
Subclasses of YMap in io.keikai.doc.collab.types Modifier and Type Class Description classYXmlHook<T>Methods in io.keikai.doc.collab.types that return YMap Modifier and Type Method Description YMap<T>YMap. clone()Clone this YMap.YMap<T>YMap. copy()static YMap<?>YMap. readYMap(UpdateDecoder decoder)Creates a YMap from the given decoder.Methods in io.keikai.doc.collab.types with parameters of type YMap Modifier and Type Method Description voidYMapConsumer. accept(java.lang.Object value, java.lang.String key, YMap ymap)Constructors in io.keikai.doc.collab.types with parameters of type YMap Constructor Description YMapEvent(YMap ymap, Transaction transaction, java.util.Set<java.lang.String> subs) -
Uses of YMap in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils that return YMap Modifier and Type Method Description YMapDoc. getMap()YMapDoc. getMap(java.lang.String name)Constructors in io.keikai.doc.collab.utils with parameters of type YMap Constructor Description PermanentUserData(Doc doc, YMap<java.lang.Object> storeType)
-