Package com.rpl.rama.diffs
Class SequenceIndexChangeDiff
java.lang.Object
com.rpl.rama.diffs.Diff
com.rpl.rama.diffs.SequenceIndexChangeDiff
Represents a value for an index of a sequence changing. Top-level diff. Expands to
KeyDiff
.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canProcess
(Diff.Processor processor) protected void
doProcess
(Diff.Processor processor) boolean
int
getIndex()
Index of changed valueDiff of changed valueint
hashCode()
toString()
protected boolean
-
Constructor Details
-
SequenceIndexChangeDiff
-
-
Method Details
-
getIndex
public int getIndex()Index of changed value -
getValDiff
Diff of changed value -
walkExpanded
- Overrides:
walkExpanded
in classDiff
-
doProcess
-
canProcess
- Specified by:
canProcess
in classDiff
-
equals
-
hashCode
public int hashCode() -
toString
-