Interface SuffixTree.IStateCallback

  • Enclosing class:
    SuffixTree

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

      • newState

        void newState​(int state,
                      int position)