| Package | Description |
|---|---|
| tech.bitey.dataframe |
| Modifier and Type | Method and Description |
|---|---|
EnumColumn<T> |
EnumColumn.append(Column<T> tail) |
EnumColumn<T> |
EnumColumn.copy() |
EnumColumn<T> |
EnumColumn.head(T toElement) |
EnumColumn<T> |
EnumColumn.head(T toElement,
boolean inclusive) |
EnumColumn<T> |
EnumColumn.subColumn(int fromIndex,
int toIndex) |
EnumColumn<T> |
EnumColumn.subColumnByValue(T fromElement,
boolean fromInclusive,
T toElement,
boolean toInclusive) |
EnumColumn<T> |
EnumColumn.subColumnByValue(T fromElement,
T toElement) |
EnumColumn<T> |
EnumColumn.tail(T fromElement) |
EnumColumn<T> |
EnumColumn.tail(T fromElement,
boolean inclusive) |
EnumColumn<T> |
EnumColumn.toDistinct() |
EnumColumn<T> |
EnumColumn.toHeap() |
EnumColumn<T> |
EnumColumn.toSorted() |
static <T extends Enum<T>> |
EnumColumn.wrap(Class<T> enumType,
ByteColumn delegate)
Wraps the specified
ByteColumn, interpreting the byte values
as ordinals of the specified enum type. |
Copyright © 2020. All rights reserved.