class DenseObjectSegmentBody extends AbstractSegmentBody
axisValueSets| Constructor and Description |
|---|
DenseObjectSegmentBody(Object[] values,
List<Pair<SortedSet<Comparable>,Boolean>> axes)
Creates a DenseObjectSegmentBody.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getObject(int i) |
protected int |
getSize() |
Object |
getValueArray()
Returns an array of values.
|
getAxisValueSets, getNullAxisFlags, getNullValueIndicators, getValueMappublic Object getValueArray()
SegmentBodyUse only for dense segments.
getValueArray in interface SegmentBodygetValueArray in class AbstractSegmentBodyprotected Object getObject(int i)
getObject in class AbstractSegmentBodyprotected int getSize()
getSize in class AbstractSegmentBody