Package net.carcdr.ycrdt
Class YArrayChange
java.lang.Object
net.carcdr.ycrdt.YChange
net.carcdr.ycrdt.YArrayChange
Represents a change to a YArray or YXmlFragment instance.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.carcdr.ycrdt.YChange
YChange.Type -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
YArrayChange
protected YArrayChange()Protected constructor for subclasses.
-
-
Method Details
-
getItems
-
getLength
public abstract int getLength()Returns the length of the change.- Returns:
- the number of items affected
-