| Modifier and Type | Method and Description |
|---|---|
static Table.OrderByArg |
Table.asc(int index) |
static Table.OrderByArg |
Table.asc(int index,
boolean isNullSmallest) |
static Table.OrderByArg |
Table.desc(int index) |
static Table.OrderByArg |
Table.desc(int index,
boolean isNullSmallest) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.orderBy(Table.OrderByArg... args)
Orders the table using the sortkeys returning a new allocated table.
|
Copyright © 2020. All rights reserved.