Package com.rpl.rama.diffs
Class UnknownDiff
java.lang.Object
com.rpl.rama.diffs.Diff
com.rpl.rama.diffs.UnknownDiff
Change between old and new values is unknown. Not a top-level diff, but can be part of expansion of other
top-level diffs.
- 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
hashCode()
toString()
Methods inherited from class com.rpl.rama.diffs.Diff
process, walkExpanded
-
Constructor Details
-
UnknownDiff
public UnknownDiff()
-
-
Method Details