Class CharSequenceSuffixTree.AbstractEdgeKey

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractEdgeKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)
      This version compares parent node, if any, and first character.
      int hashCode()
      This version hashes the index of the parent node, if any, and first character.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait