public class EmptyValuePopulator extends Object
Constructor and Description |
---|
EmptyValuePopulator(UInt4Vector offsets) |
Modifier and Type | Method and Description |
---|---|
void |
populate(int valueCount)
Marks all values since the last set as empty.
|
public EmptyValuePopulator(UInt4Vector offsets)
public void populate(int valueCount)
valueCount
- the last index (inclusive) in the offsets vector until which empty
population takes place. Given in record (not offset) unitsIndexOutOfBoundsException
- if lastIndex is negative or greater than offsets capacity.Copyright © 1970 The Apache Software Foundation. All rights reserved.