| Modifier and Type | Method and Description |
|---|---|
Row |
build()
Returns a Row.
|
void |
reset()
Allocates a new internal array.
|
void |
set(int index,
@Nullable Object value)
Sets the value of a particular column.
|
int |
size() |
public void set(int index,
@Nullable Object value)
index - Zero-indexed position of value.value - Desired column value.public Row build()
public void reset()
public int size()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.