| Package | Description |
|---|---|
| tech.bitey.dataframe |
| Modifier and Type | Method and Description |
|---|---|
ShortColumn |
ShortColumn.append(Column<Short> tail) |
ShortColumn |
ShortColumn.copy() |
ShortColumn |
ShortColumn.head(Short toElement) |
ShortColumn |
ShortColumn.head(Short toElement,
boolean inclusive) |
static ShortColumn |
ShortColumn.of(Short... elements)
Returns a new
ShortColumn containing the specified elements. |
ShortColumn |
DataFrame.shortColumn(int columnIndex)
Returns the
ShortColumn at the specified index. |
ShortColumn |
DataFrame.shortColumn(String columnName)
Returns the specified
ShortColumn |
ShortColumn |
ShortColumn.subColumn(int fromIndex,
int toIndex) |
ShortColumn |
ShortColumn.subColumnByValue(Short fromElement,
boolean fromInclusive,
Short toElement,
boolean toInclusive) |
ShortColumn |
ShortColumn.subColumnByValue(Short fromElement,
Short toElement) |
ShortColumn |
ShortColumn.tail(Short fromElement) |
ShortColumn |
ShortColumn.tail(Short fromElement,
boolean inclusive) |
ShortColumn |
ShortColumn.toDistinct() |
ShortColumn |
ShortColumn.toHeap() |
ShortColumn |
ShortColumn.toSorted() |
| Modifier and Type | Method and Description |
|---|---|
static Collector<Short,?,ShortColumn> |
ShortColumn.collector()
Collects a stream of
Shorts into a new ShortColumn. |
static Collector<Short,?,ShortColumn> |
ShortColumn.collector(int characteristic)
Collects a stream of
Shorts into a new ShortColumn with the
specified characteristic. |
Copyright © 2020. All rights reserved.