Function iterateWordSets

  • Iterates all word sets of the given FA.

    Word sets are guaranteed to be iterated ordered by ascending length. Word sets might overlap.

    This function assumes that all character sets in the given iterator are non-empty.

    Type Parameters

    • S

    Parameters

    Returns Iterable<WordSet>