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()
Returns the overall amount of stored elements, including those,
that are considered to be null.
|
Object |
getValueArray()
Returns an array of values.
|
getAxisValueSets, getEffectiveSize, 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()
AbstractSegmentBodygetSize in class AbstractSegmentBody