Class Diff<T>


  • @Experimental
    public class Diff<T>
    extends java.lang.Object
    Contains the differences between two Diffable class fields.

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

    • Constructor Summary

      Constructors 
      Constructor Description
      Diff()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Diff

        public Diff()