| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence.builder | |
| com.vladsch.flexmark.util.sequence.builder.tree |
| Modifier and Type | Field and Description |
|---|---|
static Seg |
Seg.ANCHOR_0 |
static Seg |
Seg.NULL |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Seg |
Seg.segOf(int startOffset,
int endOffset) |
static @NotNull Seg |
Seg.textOf(int startOffset,
int endOffset,
boolean isFirst256,
boolean isRepeatedText) |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
Copyright © 2020. All rights reserved.