Interface RichSequenceBuilderFactory

    • Field Detail

      • THRESHOLD_VALUE

        static final int THRESHOLD_VALUE
        The value that will be used as a threshold for the THRESHOLD builder. Set to 5000.
        See Also:
        Constant Field Values
      • FACTORY

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

        static final RichSequenceBuilderFactory PACKED
        Accessor for a factory that produces builders that compress the SymbolList of a RichSequence.
      • 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.