public abstract class AbstractOrder extends Object implements Order
| Constructor and Description |
|---|
AbstractOrder(boolean desc,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCaseSensitive()
Whether the ordering should be case-sensitive or not.
|
boolean |
isDesc()
In ascending or descending order.
|
String |
toString() |