Uses of Class
com.vladsch.flexmark.util.sequence.builder.Seg
Packages that use Seg
Package
Description
-
Uses of Seg in com.vladsch.flexmark.util.sequence.builder
Fields in com.vladsch.flexmark.util.sequence.builder declared as SegMethods in com.vladsch.flexmark.util.sequence.builder that return SegModifier and TypeMethodDescriptionprivate @NotNull Seg
SegmentBuilderBase.getSeg
(int index) private @Nullable Seg
SegmentBuilderBase.getSegOrNull
(int index) (package private) @NotNull Seg
SegmentBuilderBase.getSegPart
(int index) private @Nullable Seg
SegmentBuilderBase.lastSegOrNull()
SegmentBuilderBase.SegIterator.next()
static @NotNull Seg
Seg.segOf
(int startOffset, int endOffset) static @NotNull Seg
Seg.textOf
(int startOffset, int endOffset, boolean isFirst256, boolean isRepeatedText) Methods in com.vladsch.flexmark.util.sequence.builder that return types with arguments of type SegModifier and TypeMethodDescriptionISegmentBuilder.getSegments()
Return iterator over segmentsSegmentBuilderBase.getSegments()
SegmentBuilderBase.SegIterable.iterator()
-
Uses of Seg in com.vladsch.flexmark.util.sequence.builder.tree
Methods in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type SegModifier and TypeMethodDescriptionstatic int
Segment.addSegBytes
(byte[] bytes, int offset, @NotNull Seg seg, @NotNull CharSequence textChars) static int
Segment.getSegByteLength
(@NotNull Seg seg, @NotNull CharSequence textChars) static Segment.SegType
Segment.getSegType
(@NotNull Seg seg, @NotNull CharSequence textChars) Method parameters in com.vladsch.flexmark.util.sequence.builder.tree with type arguments of type SegModifier and TypeMethodDescriptionstatic @NotNull SegmentOffsetTree
SegmentOffsetTree.build
(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText) static @NotNull SegmentTree
SegmentTree.build
(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText) static @NotNull SegmentTree.SegmentTreeData
SegmentTree.buildTreeData
(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText, boolean buildIndexData) Build binary tree search data