Package net.carcdr.ycrdt
Class YMapChange
java.lang.Object
net.carcdr.ycrdt.YChange
net.carcdr.ycrdt.YMapChange
-
Nested Class Summary
Nested classes/interfaces inherited from class net.carcdr.ycrdt.YChange
YChange.Type -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
YMapChange
protected YMapChange()Protected constructor for subclasses.
-
-
Method Details
-
getKey
-
getNewValue
Returns the new value for the key.- Returns:
- the new value, or null if the key was removed
-
getOldValue
Returns the previous value for the key.- Returns:
- the old value, or null if the key was newly added
-