| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence | |
| com.vladsch.flexmark.util.sequence.builder.tree |
| Modifier and Type | Method and Description |
|---|---|
@NotNull SegmentTree |
BasedSequence.getSegmentTree()
Get the segment tree for this sequence
|
@NotNull SegmentTree |
SegmentedSequenceTree.getSegmentTree() |
@NotNull SegmentTree |
BasedSequenceImpl.getSegmentTree()
Get the segment tree for this sequence or null if sequence is contiguous from startOffset to endOffset
|
| Modifier and Type | Class and Description |
|---|---|
class |
SegmentOffsetTree
Segment tree which uses offsets instead of aggregated length of segments
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull SegmentTree |
SegmentTree.build(@NotNull BasedSegmentBuilder builder) |
static @NotNull SegmentTree |
SegmentTree.build(@NotNull Iterable<Seg> segments,
@NotNull CharSequence allText) |
| Constructor and Description |
|---|
BasedOffsetTracker(@NotNull BasedSequence sequence,
@NotNull SegmentTree segmentTree) |
Copyright © 2020. All rights reserved.