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