class SparseSegmentBody extends AbstractSegmentBody
| Modifier and Type | Field and Description |
|---|---|
(package private) Object[] |
data |
(package private) CellKey[] |
keys |
axisValueSets| Constructor and Description |
|---|
SparseSegmentBody(Map<CellKey,Object> dataToSave,
List<Pair<SortedSet<Comparable>,Boolean>> axes) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getObject(int i) |
protected int |
getSize() |
Map<CellKey,Object> |
getValueMap()
Converts contents of this segment into a cellkey/value map.
|
getAxisValueSets, getNullAxisFlags, getNullValueIndicators, getValueArrayprotected int getSize()
getSize in class AbstractSegmentBodyprotected Object getObject(int i)
getObject in class AbstractSegmentBodypublic Map<CellKey,Object> getValueMap()
SegmentBodygetValueMap in interface SegmentBodygetValueMap in class AbstractSegmentBody