GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaabstract class SegmentedSequence
SegmentedSequence()
BasedSequenceImpl...
SegmentedSequence
A BasedSequence which consists of segments of other BasedSequences
Abstract
getBaseSequence()
Get the base sequence for the text
IRichSequence...
BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
O
allOptions()
O
getBaseSequence()
Abstract
allOptions()
Options test for options for this sequence <p> default reports true for global defau...
BasedOptionsHolder
Implemented by BasedOptionsSequence, use instance of it to pass to BasedSequence#of(...
O
anyOptions()
Abstract
anyOptions()
Options test for options for this sequence <p> default reports true for global defau...
O
baseSubSequence()
S
validateStartEnd()
SequenceUtils
Abstract
baseSubSequence()
Get a portion of this sequence's base sequence <p> NOTE: this means that if this seq...
S
create()
O
getSingleBasedSequence()
ISequenceBuilder
SequenceBuilder
A Builder for Segmented BasedSequences
isEmpty()
ISequenceBuilder
getBaseSequence()
getSegmentBuilder()
S
create()
Base Constructor
SegmentedSequence
SegmentedSequenceFull
A BasedSequence which consists of segments of other BasedSequences NOTE: very effici...
S
create()
Base Constructor
SegmentedSequence
SegmentedSequenceTree
A BasedSequence which consists of segments of other BasedSequences NOTE: very effici...
S
create()
Use {@link BasedSequence#getBuilder()} and then {@link SequenceBuilder#addAll(Iterab...
OAbstract
getBuilder()
addAll()
S
create()
ArrayIterable()
ReversibleIterable
ArrayIterable
O
getBase()
Abstract
getBase()
Get the underlying object on which this sequence contents are based
O
getEndOffset()
Get the end offset in the base sequence <p> NOTE: this is the endOffset determined w...
getOption()
Abstract
getOption()
Options holder, default has none, only available on BasedSequenceWithOptions
O
getOptionFlags()
Abstract
getOptionFlags()
Options test for options for this sequence <p> default reports true for global defau...
O
getOptions()
Abstract
getOptions()
Options holder, default has none, only available on BasedSequenceWithOptions
O
getSourceRange()
O
getStartOffset()
Get the start in the base sequence for this segmented sequence. <p> NOTE: this is th...
S
of()
Range
length()
S
of()
S
of()
<<creates>>