| Package | Description |
|---|---|
| tech.bitey.dataframe |
| Modifier and Type | Method and Description |
|---|---|
LongColumnBuilder |
LongColumnBuilder.add(long element)
Adds a single
long to the column. |
LongColumnBuilder |
LongColumnBuilder.addAll(long... elements)
Adds a sequence of
longs to the column. |
static LongColumnBuilder |
LongColumn.builder()
Returns a new
LongColumnBuilder |
static LongColumnBuilder |
LongColumn.builder(int characteristic)
Returns a
builder with the specified
characteristic. |
Copyright © 2020. All rights reserved.