Class SimpleDiff<T>

java.lang.Object
io.keikai.doc.collab.lib0.SimpleDiff<T>

public class SimpleDiff<T> extends Object
Simple implementation to represent diff
  • Constructor Details

    • SimpleDiff

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

    • getIndex

      public int getIndex()
    • getRemove

      public int getRemove()
    • getInsert

      public T getInsert()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object