Interface SuffixTree.IProgressCallback

Enclosing class:
SuffixTree

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

    Modifier and Type
    Method
    Description
    void
    next(int pos)
     
  • Method Details

    • next

      void next(int pos)