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