Interface SuffixTree.IProgressCallback

  • Enclosing class:
    SuffixTree

    public static interface SuffixTree.IProgressCallback
    Progress callback is invoked when iterating forward through the input sequence elements.
    • Method Detail

      • next

        void next​(int pos)