Class TextDiffContent

java.lang.Object
com.kazurayam.materialstore.base.reduce.differ.TextDiffContent

public final class TextDiffContent extends Object
  • Method Details

    • getContent

      public String getContent()
    • getInserted

      public int getInserted()
    • getDeleted

      public int getDeleted()
    • getChanged

      public int getChanged()
    • getEqual

      public int getEqual()
    • getTotal

      public int getTotal()
    • getDiffRatio

      public Double getDiffRatio()