Class JniYArrayChange

java.lang.Object
net.carcdr.ycrdt.YChange
net.carcdr.ycrdt.YArrayChange
net.carcdr.ycrdt.jni.JniYArrayChange

public final class JniYArrayChange extends net.carcdr.ycrdt.YArrayChange
Represents a change to a YArray or YXmlFragment object.

Array changes describe modifications to the array's children:

  • INSERT: Items were inserted at this position
  • DELETE: Items were removed from this position
  • RETAIN: Position skipped (no change), used for context
See Also: