| Modifier and Type | Method and Description |
|---|---|
Sort.NullHandling |
Sort.Order.getNullHandling()
Returns the
Sort.NullHandling. |
static Sort.NullHandling |
Sort.NullHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sort.NullHandling[] |
Sort.NullHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Sort.Order |
Sort.Order.with(Sort.NullHandling nullHandling)
Returns a new
Sort.Order with the given Sort.NullHandling. |
| Constructor and Description |
|---|
Order(Sort.Direction direction,
String path,
Sort.NullHandling nullHandling)
Creates a new
Sort.Order with the given direction, path and null handling. |
Copyright © 2014–2018 Blazebit. All rights reserved.