Class KeyChangeDiff

java.lang.Object
com.rpl.rama.diffs.Diff
com.rpl.rama.diffs.KeyChangeDiff

public class KeyChangeDiff extends Diff
Represents a key in a map changing to a new value. Expands to a KeyRemoveDiff and KeyDiff. Top-level diff.
See Also: