Class SimpleDiff<T>


  • public class SimpleDiff<T>
    extends java.lang.Object
    Simple implementation to represent diff
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleDiff​(int index, int remove, T insert)  
    • Constructor Detail

      • SimpleDiff

        public SimpleDiff​(int index,
                          int remove,
                          T insert)
    • Method Detail

      • getIndex

        public int getIndex()
      • getRemove

        public int getRemove()
      • getInsert

        public T getInsert()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object