Class SegmentTree.SegmentTreeData

  • Enclosing class:
    SegmentTree

    protected static class SegmentTree.SegmentTreeData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SegmentTreeData​(int[] treeData, byte[] segmentBytes, int[] startIndices)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • treeData

        @NotNull
        public final int[] treeData
      • segmentBytes

        @NotNull
        public final byte[] segmentBytes
      • startIndices

        @Nullable
        public final int[] startIndices
    • Constructor Detail

      • SegmentTreeData

        public SegmentTreeData​(@NotNull
                               int[] treeData,
                               @NotNull
                               byte[] segmentBytes,
                               @Nullable
                               int[] startIndices)