Interface RichSequenceBuilderFactory

    • Field Detail

      • FACTORY

        static final RichSequenceBuilderFactory FACTORY
        Accessor for the default factory. This implementation will not do any compression of a sequence regardless of size.
      • THRESHOLD

        static final RichSequenceBuilderFactory THRESHOLD
        Accessor for a factory that produces builders that compress the SymbolList of a RichSequence when the length of the SymbolList exceeds THRESHOLD.