Class SegmentTree.SegmentTreeData
- java.lang.Object
-
- com.vladsch.flexmark.util.sequence.builder.tree.SegmentTree.SegmentTreeData
-
- Enclosing class:
- SegmentTree
protected static class SegmentTree.SegmentTreeData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description @org.jetbrains.annotations.NotNull byte[]
segmentBytes
@org.jetbrains.annotations.Nullable int[]
startIndices
@org.jetbrains.annotations.NotNull int[]
treeData
-
Constructor Summary
Constructors Constructor Description SegmentTreeData(@org.jetbrains.annotations.NotNull int[] treeData, @org.jetbrains.annotations.NotNull byte[] segmentBytes, @org.jetbrains.annotations.Nullable int[] startIndices)
-