Uses of Interface
com.vladsch.flexmark.util.sequence.ReplacedBasedSequence
Packages that use ReplacedBasedSequence
-
Uses of ReplacedBasedSequence in com.vladsch.flexmark.util.sequence
Classes in com.vladsch.flexmark.util.sequence that implement ReplacedBasedSequenceModifier and TypeClassDescriptionfinal classA BasedSequence which maps characters according to CharMapperfinal classA BasedSequence with an out of scope of original char sequence prefixclassA BasedSequence which consists of segments of other BasedSequencesfinal classA BasedSequence which consists of segments of other BasedSequences NOTE: very efficient for random access but extremely wasteful with space by allocating 4 bytes per character in the sequence with corresponding construction penalty use SegmentedSequenceTree which is binary tree based segmented sequence with minimal overhead and optimized to give penalty free random access for most applications.final classA BasedSequence which consists of segments of other BasedSequences NOTE: very efficient for random access but extremely wasteful with space by allocating 4 bytes per character in the sequence with corresponding construction penalty use SegmentedSequenceTree which is binary tree based segmented sequence with minimal overhead and optimized to give penalty free random access for most applications.