Uses of Class
com.vladsch.flexmark.util.sequence.builder.tree.Segment
-
Packages that use Segment Package Description com.vladsch.flexmark.util.sequence com.vladsch.flexmark.util.sequence.builder.tree -
-
Uses of Segment in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as Segment Modifier and Type Field Description (package private) @NotNull SegmentSegmentedSequenceTree.Cache. segmentMethods in com.vladsch.flexmark.util.sequence that return Segment Modifier and Type Method Description private @Nullable SegmentSegmentedSequenceTree. getCachedSegment()Constructors in com.vladsch.flexmark.util.sequence with parameters of type Segment Constructor Description Cache(@NotNull Segment segment, @NotNull java.lang.CharSequence chars, int startIndex) -
Uses of Segment in com.vladsch.flexmark.util.sequence.builder.tree
Subclasses of Segment in com.vladsch.flexmark.util.sequence.builder.tree Modifier and Type Class Description (package private) static classSegment.Base(package private) static classSegment.TextFields in com.vladsch.flexmark.util.sequence.builder.tree declared as Segment Modifier and Type Field Description private @Nullable SegmentBasedOffsetTracker. lastSegmentMethods in com.vladsch.flexmark.util.sequence.builder.tree that return Segment Modifier and Type Method Description @Nullable SegmentSegmentOffsetTree. findSegment(int index, int startPos, int endPos, @NotNull BasedSequence baseSeq, @Nullable Segment hint)Deprecated.@Nullable SegmentSegmentOffsetTree. findSegment(int index, @NotNull BasedSequence baseSeq, @Nullable Segment hint)Deprecated.static @Nullable SegmentSegmentTree. findSegment(int index, int[] treeData, int startPos, int endPos, byte[] segmentBytes, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentTree. findSegment(int index, int startPos, int endPos, @NotNull BasedSequence baseSeq, @Nullable Segment hint)@Nullable SegmentSegmentTree. findSegment(int index, @NotNull BasedSequence baseSeq, @Nullable Segment hint)@Nullable SegmentSegmentOffsetTree. findSegmentByOffset(int offset, @NotNull BasedSequence baseSeq, @Nullable Segment hint)@Nullable SegmentSegmentOffsetTree. getNextText(@NotNull Segment segment, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentOffsetTree. getPrevAnchor(int pos, @NotNull BasedSequence baseSeq)Deprecated.static @Nullable SegmentSegmentTree. getPrevAnchor(int pos, int[] treeData, byte[] segmentBytes, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentTree. getPrevAnchor(int pos, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentOffsetTree. getPreviousText(@NotNull Segment segment, @NotNull BasedSequence baseSeq)static SegmentSegment. getSegment(byte[] bytes, int byteOffset, int pos, int indexOffset, @NotNull BasedSequence basedSequence)@NotNull SegmentSegmentOffsetTree. getSegment(int pos, @NotNull BasedSequence baseSeq)static @NotNull SegmentSegmentTree. getSegment(int pos, int[] treeData, byte[] segmentBytes, @NotNull BasedSequence baseSeq)@NotNull SegmentSegmentTree. getSegment(int byteOffset, int pos, int startIndex, @NotNull BasedSequence baseSeq)@NotNull SegmentSegmentTree. getSegment(int pos, @NotNull BasedSequence baseSeq)Methods in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type Segment Modifier and Type Method Description @Nullable SegmentSegmentOffsetTree. findSegment(int index, int startPos, int endPos, @NotNull BasedSequence baseSeq, @Nullable Segment hint)Deprecated.@Nullable SegmentSegmentOffsetTree. findSegment(int index, @NotNull BasedSequence baseSeq, @Nullable Segment hint)Deprecated.@Nullable SegmentSegmentTree. findSegment(int index, int startPos, int endPos, @NotNull BasedSequence baseSeq, @Nullable Segment hint)@Nullable SegmentSegmentTree. findSegment(int index, @NotNull BasedSequence baseSeq, @Nullable Segment hint)@Nullable SegmentSegmentOffsetTree. findSegmentByOffset(int offset, @NotNull BasedSequence baseSeq, @Nullable Segment hint)static @NotNull java.lang.CharSequenceSegmentTree. getCharSequence(@NotNull Segment segment, int startIndex, int endIndex, int startPos, int endPos)Get char sequence of segment corresponding to sub-sequence in segment tree@Nullable SegmentSegmentOffsetTree. getNextText(@NotNull Segment segment, @NotNull BasedSequence baseSeq)@Nullable SegmentSegmentOffsetTree. getPreviousText(@NotNull Segment segment, @NotNull BasedSequence baseSeq)@NotNull SegmentTreeRangeSegmentOffsetTree. getSegmentRange(int startIndex, int endIndex, int startPos, int endPos, @NotNull BasedSequence baseSeq, @Nullable Segment hint)Deprecated.@NotNull SegmentTreeRangeSegmentTree. getSegmentRange(int startIndex, int endIndex, int startPos, int endPos, @NotNull BasedSequence baseSequence, @Nullable Segment hint)intSegmentTree. getTextEndOffset(Segment segment, @NotNull BasedSequence baseSequence)intSegmentTree. getTextStartOffset(Segment segment, @NotNull BasedSequence baseSequence)
-