Class DiffResult<T>


  • @Experimental
    public class DiffResult<T>
    extends java.lang.Object
    Contains a collection of the differences between two Diffable objects.

    Inspired by: https://github.com/apache/commons-lang/blob/master/src/main/java/org/apache/commons/lang3/builder/DiffResult.java

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNumDiffs()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getNumDiffs

        public int getNumDiffs()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object