public class DenseIntSegmentBodyTest extends DenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
nonNull, nullValue
Constructor and Description |
---|
DenseIntSegmentBodyTest() |
Modifier and Type | Method and Description |
---|---|
(package private) Integer |
createNonNullValue() |
(package private) Integer |
createNullValue() |
(package private) DenseIntSegmentBody |
createSegmentBody(BitSet nullValues,
Object array,
List<Pair<SortedSet<Comparable>,Boolean>> axes) |
(package private) boolean |
isNull(Integer value) |
testGetObject_NonNull, testGetObject_Null, testGetSize_HasNulls, testGetSize_NoNulls, testGetSize_OnlyNulls, testGetValueMap_HasNullCells_HasNullAxes, testGetValueMap_HasNullCells_NoNullAxes, testGetValueMap_NoNullCells_HasNullAxes, testGetValueMap_NoNullCells_NoNullAxes, testGetValueMap_OnlyNullCells_HasNullAxes, testGetValueMap_OnlyNullCells_NoNullAxes, withAxes, withOutAxes
Integer createNullValue()
createNullValue
in class DenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
Integer createNonNullValue()
createNonNullValue
in class DenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
boolean isNull(Integer value)
isNull
in class DenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>
DenseIntSegmentBody createSegmentBody(BitSet nullValues, Object array, List<Pair<SortedSet<Comparable>,Boolean>> axes)
createSegmentBody
in class DenseSegmentBodyTestBase<DenseIntSegmentBody,Integer>