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 SegmentTreeSegmentedSequenceTree. segmentTreeMethods in com.vladsch.flexmark.util.sequence that return SegmentTree Modifier and Type Method Description @NotNull SegmentTreeBasedSequence. getSegmentTree()Get the segment tree for this sequence@NotNull SegmentTreeBasedSequenceImpl. getSegmentTree()Get the segment tree for this sequence or null if sequence is contiguous from startOffset to endOffset@NotNull SegmentTreeSegmentedSequenceTree. 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 classSegmentOffsetTreeSegment 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 SegmentTreeSegmentTree. build(@NotNull BasedSegmentBuilder builder)static @NotNull SegmentTreeSegmentTree. 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)
-