Class SegmentTree.SegmentTreeData
java.lang.Object
com.vladsch.flexmark.util.sequence.builder.tree.SegmentTree.SegmentTreeData
- Enclosing class:
- SegmentTree
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @org.jetbrains.annotations.NotNull byte[]
final @org.jetbrains.annotations.Nullable int[]
final @org.jetbrains.annotations.NotNull int[]
-
Constructor Summary
ConstructorsConstructorDescriptionSegmentTreeData
(@org.jetbrains.annotations.NotNull int[] treeData, @org.jetbrains.annotations.NotNull byte[] segmentBytes, @org.jetbrains.annotations.Nullable int[] startIndices) -
Method Summary
-
Field Details
-
treeData
@NotNull public final @org.jetbrains.annotations.NotNull int[] treeData -
segmentBytes
@NotNull public final @org.jetbrains.annotations.NotNull byte[] segmentBytes -
startIndices
@Nullable public final @org.jetbrains.annotations.Nullable int[] startIndices
-
-
Constructor Details
-
SegmentTreeData
public SegmentTreeData(@NotNull @org.jetbrains.annotations.NotNull int[] treeData, @NotNull @org.jetbrains.annotations.NotNull byte[] segmentBytes, @Nullable @org.jetbrains.annotations.Nullable int[] startIndices)
-