Uses of Class
com.vladsch.flexmark.util.sequence.builder.tree.SegmentTree
-
Packages that use SegmentTree Package Description com.vladsch.flexmark.util.sequence com.vladsch.flexmark.util.sequence.builder.tree -
-
Uses of SegmentTree in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as SegmentTree Modifier and Type Field Description private SegmentTree
SegmentedSequenceTree. segmentTree
Methods in com.vladsch.flexmark.util.sequence that return SegmentTree Modifier and Type Method Description @NotNull SegmentTree
BasedSequence. getSegmentTree()
Get the segment tree for this sequence@NotNull SegmentTree
BasedSequenceImpl. getSegmentTree()
Get the segment tree for this sequence or null if sequence is contiguous from startOffset to endOffset@NotNull SegmentTree
SegmentedSequenceTree. getSegmentTree()
Constructors in com.vladsch.flexmark.util.sequence with parameters of type SegmentTree Constructor Description SegmentedSequenceTree(BasedSequence baseSeq, int startOffset, int endOffset, int length, @NotNull SegmentTree segmentTree)
SegmentedSequenceTree(BasedSequence baseSeq, @NotNull SegmentTree segmentTree, @NotNull SegmentTreeRange subSequenceRange)
-
Uses of SegmentTree in com.vladsch.flexmark.util.sequence.builder.tree
Subclasses of SegmentTree in com.vladsch.flexmark.util.sequence.builder.tree Modifier and Type Class Description class
SegmentOffsetTree
Segment tree which uses offsets instead of aggregated length of segmentsMethods in com.vladsch.flexmark.util.sequence.builder.tree that return SegmentTree Modifier and Type Method Description static @NotNull SegmentTree
SegmentTree. build(@NotNull BasedSegmentBuilder builder)
static @NotNull SegmentTree
SegmentTree. build(@NotNull java.lang.Iterable<Seg> segments, @NotNull java.lang.CharSequence allText)
Constructors in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type SegmentTree Constructor Description BasedOffsetTracker(@NotNull BasedSequence sequence, @NotNull SegmentTree segmentTree)
-