Class SegmentTree.SegmentTreeData

java.lang.Object
com.vladsch.flexmark.util.sequence.builder.tree.SegmentTree.SegmentTreeData
Enclosing class:
SegmentTree

protected static class SegmentTree.SegmentTreeData extends Object
  • 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)