Class NodeDifference


  • public final class NodeDifference
    extends Object
    Represents the finest granularity of comparison, which is the difference between the values of two nodes in a dataset or a record.
    • Constructor Detail

      • NodeDifference

        public NodeDifference​(Object leftValue,
                              Path leftValuePath,
                              Object rightValue,
                              Path rightValuePath)
    • Method Detail

      • getLeftValue

        public Object getLeftValue()
        Returns the value on the left side of the difference.
      • getRightValue

        public Object getRightValue()
        Returns the value on the right side of the difference.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object