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 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 SegmentTreeModifierConstructorDescriptionprivate
SegmentedSequenceTree
(BasedSequence baseSeq, int startOffset, int endOffset, int length, @NotNull SegmentTree segmentTree) private
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.treeModifier and TypeClassDescriptionclass
Segment tree which uses offsets instead of aggregated length of segmentsMethods in com.vladsch.flexmark.util.sequence.builder.tree that return SegmentTreeModifier and TypeMethodDescriptionstatic @NotNull SegmentTree
SegmentTree.build
(@NotNull BasedSegmentBuilder builder) static @NotNull SegmentTree
SegmentTree.build
(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText) Constructors in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type SegmentTreeModifierConstructorDescriptionprotected
BasedOffsetTracker
(@NotNull BasedSequence sequence, @NotNull SegmentTree segmentTree)