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
Methods 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() -
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 Iterable<Seg> segments, @NotNull 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)
-