Interface SuffixTree.IStateCallback

Enclosing class:
SuffixTree

public static interface SuffixTree.IStateCallback
A callback invoked when new states are added to the tree.
  • Method Summary

    Modifier and Type Method Description
    void newState​(int state, int position)  
  • Method Details

    • newState

      void newState​(int state, int position)