protected static class SegmentTree.SegmentTreeData extends Object
| Modifier and Type | Field and Description |
|---|---|
@NotNull byte[] |
segmentBytes |
@Nullable int[] |
startIndices |
@NotNull int[] |
treeData |
| Constructor and Description |
|---|
SegmentTreeData(@NotNull int[] treeData,
@NotNull byte[] segmentBytes,
@Nullable int[] startIndices) |
Copyright © 2020. All rights reserved.