| Package | Description |
|---|---|
| de.unknownreality.dataframe | |
| de.unknownreality.dataframe.sort |
| Modifier and Type | Method and Description |
|---|---|
DefaultDataFrame |
DefaultDataFrame.sort(String name,
SortColumn.Direction dir) |
DataFrame |
DataFrame.sort(String name,
SortColumn.Direction dir)
Sorts the rows in this data frame using one column and sort direction.
|
| Modifier and Type | Method and Description |
|---|---|
SortColumn.Direction |
SortColumn.getDirection()
Returns the sort directions
|
static SortColumn.Direction |
SortColumn.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortColumn.Direction[] |
SortColumn.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortColumn(String name,
SortColumn.Direction direction)
Creates a sort column from a column header name and a sort direction
|
Copyright © 2020. All rights reserved.