Class DenseObjectSegmentBody

  • All Implemented Interfaces:
    java.io.Serializable, SegmentBody

    class DenseObjectSegmentBody
    extends AbstractSegmentBody
    Implementation of a segment body which stores the data inside a dense array of Java objects.
    Author:
    LBoudreau
    • Constructor Detail

      • DenseObjectSegmentBody

        DenseObjectSegmentBody​(java.lang.Object[] values,
                               java.util.List<Pair<java.util.SortedSet<java.lang.Comparable>,​java.lang.Boolean>> axes)
        Creates a DenseObjectSegmentBody.

        Stores the given array of cell values; caller must not modify it afterwards.

        Parameters:
        values - Cell values
        axes - Axes