| Modifier | Constructor and Description |
|---|---|
private |
RowBuilder(int size) |
| Modifier and Type | Method and Description |
|---|---|
Row |
build()
Return a Row object
|
void |
reset()
Allocates a new internal array.
|
void |
set(int index,
Object value)
Set the value of a particular column.
|
int |
size() |
Object[] values
public void set(int index,
Object value)
index - Zero-indexed position of value.value - Desired column value.public Row build()
public void reset()
public int size()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.