Class WordsElementsFactory.WordElement

java.lang.Object
com.day.util.diff.WordsElementsFactory.WordElement
All Implemented Interfaces:
Document.Element
Enclosing class:
WordsElementsFactory

public static class WordsElementsFactory.WordElement extends Object implements Document.Element
  • Constructor Details

  • Method Details

    • getString

      public String getString()
      Description copied from interface: Document.Element
      Returns the string representation of this element. If the elements were generated originally from a string they should return the exact string again.
      Specified by:
      getString in interface Document.Element
      Returns:
      the string of this element.
    • getDocumentSource

      public DocumentSource getDocumentSource()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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