Uses of Class
com.vladsch.flexmark.util.sequence.builder.Seg
-
Packages that use Seg Package Description com.vladsch.flexmark.util.sequence.builder com.vladsch.flexmark.util.sequence.builder.tree -
-
Uses of Seg in com.vladsch.flexmark.util.sequence.builder
Fields in com.vladsch.flexmark.util.sequence.builder declared as Seg Modifier and Type Field Description static SegSeg. ANCHOR_0static SegSeg. NULLMethods in com.vladsch.flexmark.util.sequence.builder that return Seg Modifier and Type Method Description static @NotNull SegSeg. segOf(int startOffset, int endOffset)static @NotNull SegSeg. textOf(int startOffset, int endOffset, boolean isFirst256, boolean isRepeatedText)Methods in com.vladsch.flexmark.util.sequence.builder that return types with arguments of type Seg Modifier and Type Method Description @NotNull Iterable<Seg>ISegmentBuilder. getSegments()Return iterator over segments@NotNull Iterable<Seg>SegmentBuilderBase. getSegments() -
Uses of Seg in com.vladsch.flexmark.util.sequence.builder.tree
Methods in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type Seg Modifier and Type Method Description static intSegment. addSegBytes(byte[] bytes, int offset, @NotNull Seg seg, @NotNull CharSequence textChars)static intSegment. getSegByteLength(@NotNull Seg seg, @NotNull CharSequence textChars)static Segment.SegTypeSegment. getSegType(@NotNull Seg seg, @NotNull CharSequence textChars)Method parameters in com.vladsch.flexmark.util.sequence.builder.tree with type arguments of type Seg Modifier and Type Method Description static @NotNull SegmentOffsetTreeSegmentOffsetTree. build(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText)static @NotNull SegmentTreeSegmentTree. build(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText)static @NotNull SegmentTree.SegmentTreeDataSegmentTree. buildTreeData(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText, boolean buildIndexData)Build binary tree search data
-