public interface Sort
| Modifier and Type | Interface and Description |
|---|---|
static class |
Sort.SortType
The sort type
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name
|
Sort.SortType |
getType()
It defines if it is either ascending or descending order.
|
String getName()
Sort.SortType getType()
Sort.SortTypeCopyright © 2018. All rights reserved.