Uses of Class
com.vladsch.flexmark.util.sequence.builder.tree.SegmentOffsetTree
-
Packages that use SegmentOffsetTree Package Description com.vladsch.flexmark.util.sequence.builder.tree -
-
Uses of SegmentOffsetTree in com.vladsch.flexmark.util.sequence.builder.tree
Fields in com.vladsch.flexmark.util.sequence.builder.tree declared as SegmentOffsetTree Modifier and Type Field Description protected @NotNull SegmentOffsetTree
BasedOffsetTracker. segmentOffsetTree
Methods in com.vladsch.flexmark.util.sequence.builder.tree that return SegmentOffsetTree Modifier and Type Method Description static @NotNull SegmentOffsetTree
SegmentOffsetTree. build(@NotNull BasedSequence baseSeq)
static @NotNull SegmentOffsetTree
SegmentOffsetTree. build(@NotNull BasedSegmentBuilder builder)
static @NotNull SegmentOffsetTree
SegmentOffsetTree. build(@NotNull java.lang.Iterable<Seg> segments, @NotNull java.lang.CharSequence allText)
@NotNull SegmentOffsetTree
BasedOffsetTracker. getSegmentOffsetTree()
@NotNull SegmentOffsetTree
SegmentTree. getSegmentOffsetTree(@NotNull BasedSequence baseSeq)
Build an offset segment tree from this index segment treeMethods in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type SegmentOffsetTree Modifier and Type Method Description static @NotNull BasedOffsetTracker
BasedOffsetTracker. create(@NotNull BasedSequence sequence, @NotNull SegmentOffsetTree segmentOffsetTree)
Create a based offset tracker for the given sequenceConstructors in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type SegmentOffsetTree Constructor Description BasedOffsetTracker(@NotNull BasedSequence sequence, @NotNull SegmentOffsetTree segmentOffsetTree)
-