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 SegmentOffsetTreeBasedOffsetTracker. segmentOffsetTreeMethods in com.vladsch.flexmark.util.sequence.builder.tree that return SegmentOffsetTree Modifier and Type Method Description static @NotNull SegmentOffsetTreeSegmentOffsetTree. build(@NotNull BasedSequence baseSeq)static @NotNull SegmentOffsetTreeSegmentOffsetTree. build(@NotNull BasedSegmentBuilder builder)static @NotNull SegmentOffsetTreeSegmentOffsetTree. build(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText)@NotNull SegmentOffsetTreeBasedOffsetTracker. getSegmentOffsetTree()@NotNull SegmentOffsetTreeSegmentTree. 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 BasedOffsetTrackerBasedOffsetTracker. 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)
-