Uses of Class
com.vladsch.flexmark.util.sequence.builder.tree.SegmentTree
Packages that use SegmentTree
Package
Description
-
Uses of SegmentTree in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as SegmentTreeMethods in com.vladsch.flexmark.util.sequence that return SegmentTreeModifier and TypeMethodDescription@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 SegmentTreeModifierConstructorDescriptionprivateSegmentedSequenceTree(BasedSequence baseSeq, int startOffset, int endOffset, int length, @NotNull SegmentTree segmentTree) privateSegmentedSequenceTree(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.treeModifier and TypeClassDescriptionclassSegment tree which uses offsets instead of aggregated length of segmentsMethods in com.vladsch.flexmark.util.sequence.builder.tree that return SegmentTreeModifier and TypeMethodDescriptionstatic @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 SegmentTreeModifierConstructorDescriptionprotectedBasedOffsetTracker(@NotNull BasedSequence sequence, @NotNull SegmentTree segmentTree)