Class SuffixCollection.SubSequence

    • Field Detail

      • length

        private final int length
    • Constructor Detail

      • SubSequence

        SubSequence​(int begin,
                    int end)
        Constructs a new subsequence of the data between the given begin and end indices.
        Parameters:
        begin - index into data representing the start (inclusive).
        end - index into data representing the end (exclusive).