| Package | Description |
|---|---|
| com.helger.commons.compare |
| Modifier and Type | Field and Description |
|---|---|
static ESortOrder |
ESortOrder.DEFAULT
The default sort order is
ASCENDING |
| Modifier and Type | Method and Description |
|---|---|
ESortOrder |
ESortOrder.getAlternate()
Get the alternate sort order.
|
static ESortOrder |
ESortOrder.getFromValue(int nValue,
ESortOrder eDefault) |
static ESortOrder |
ESortOrder.getFromValueOrDefault(int nValue) |
static ESortOrder |
ESortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESortOrder[] |
ESortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ESortOrder |
ESortOrder.getFromValue(int nValue,
ESortOrder eDefault) |
Copyright © 2014–2016 Philip Helger. All rights reserved.