Package net.carcdr.ycrdt.jni
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.carcdr.ycrdt.YChange
net.carcdr.ycrdt.YChange.Type -
Method Summary
-
Method Details
-
getType
public net.carcdr.ycrdt.YChange.Type getType()- Specified by:
getTypein classnet.carcdr.ycrdt.YChange
-
getItems
-
getLength
public int getLength()- Specified by:
getLengthin classnet.carcdr.ycrdt.YArrayChange
-
toString
-