Interface Sequence

All Known Implementing Classes:
CharacterSequence, IntegerSequence

public interface Sequence
A sequence of elements from which a SuffixTree can be built. Elements are indexed with integers starting at position 0. Elements themselves must be represented as integers, where equal values at different indices indicate equal objects, whatever the underlying objects might be.