GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaClass Hierarchy: com.vladsch.flexmark:flexmark-util-sequence
Represents class hierarchy in this module
Module flexmark-util-sequence
Group: com.vladsch.flexmark flexmark-java sequence utility classes
HtmlWriter
HtmlAppendableBase
HtmlAppendable
Used to help with HTML output generation and formatting of HTML
LineAppendable
Used to collect line text for further processing control output of new lines limitin...
MarkdownWriter
MarkdownWriterBase
HtmlMarkdownWriter
HtmlBuilder
LineAppendableImpl
SpaceInsertingSequenceBuilder
ISequenceBuilder
RichSequenceBuilder
A Builder for non based strings. Just a string builder wrapped in a sequence builder...
SequenceBuilder
A Builder for Segmented BasedSequences
StringSequenceBuilder
A Builder for non based strings. Just a string builder wrapped in a sequence builder...
BasedSequenceImpl
Implementation of BaseSequence
IRichSequenceBase
An abstract base for RichSequence which implements most of the methods allowing subc...
BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
IRichSequence
A CharSequence that provides a rich set of manipulation methods. NOTE: '\0' changed ...
SequenceUtils
BasedOptionsHolder
Implemented by BasedOptionsSequence, use instance of it to pass to BasedSequence#of(...
BasedOptionsSequence
A BasedSequence with offset tracking that follows editing operations and subSequence...
CharSubSequence
A CharSequence that references original char[] a subSequence() returns a sub-sequenc...
MappedBasedSequence
A BasedSequence which maps characters according to CharMapper
MappedSequence
A CharSequence that maps characters according to CharMapper
ReplacedBasedSequence
Interface implemented by sequences which do not contain contiguous base characters f...
MappedRichSequence
A CharSequence that maps characters according to CharMapper
RichSequence
PrefixedSubSequence
A BasedSequence with an out of scope of original char sequence prefix a subSequence(...
RichSequenceImpl
A RichSequence implementation NOTE: '\0' changed to '\uFFFD' use com.vladsch.flexmar...
SegmentedSequence
A BasedSequence which consists of segments of other BasedSequences
SegmentedSequenceFull
A BasedSequence which consists of segments of other BasedSequences NOTE: very effici...
SegmentedSequenceTree
A BasedSequence which consists of segments of other BasedSequences NOTE: very effici...
SubSequence
A BasedSequence implementation which wraps original CharSequence to provide a BasedS...
TagRange
Range
BasedSegmentBuilder
SegmentBuilderBase
IBasedSegmentBuilder
ISegmentBuilder
PlainSegmentBuilder
CharRecoveryOptimizer
SegmentOptimizer
SegmentOffsetTree
Segment tree which uses offsets instead of aggregated length of segments Used to fin...
SegmentTree
Binary search tree of sequence segments
SpecialLeadInCharsHandler
SpecialLeadInHandler
SpecialLeadInStartsWithCharsHandler