Package net.carcdr.ycrdt
Class YChange
java.lang.Object
net.carcdr.ycrdt.YChange
- Direct Known Subclasses:
YArrayChange,YMapChange,YTextChange,YXmlElementChange
Base class for all Y-CRDT change types.
Changes describe modifications to collaborative data structures.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTypes of changes that can occur in Y-CRDT data structures. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract YChange.TypegetType()Returns the type of this change.
-
Constructor Details
-
YChange
protected YChange()Protected constructor for subclasses.
-
-
Method Details
-
getType
-