| Modifier and Type | Method | Description |
|---|---|---|
Sort.NullHandling |
Sort.Order.getNullHandling() |
Returns the
Sort.NullHandling. |
static Sort.NullHandling |
Sort.NullHandling.valueOf(java.lang.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 | Description |
|---|---|---|
Sort.Order |
Sort.Order.with(Sort.NullHandling nullHandling) |
Returns a new
Sort.Order with the given Sort.NullHandling. |
| Constructor | Description |
|---|---|
Order(Sort.Direction direction,
java.lang.String path,
Sort.NullHandling nullHandling) |
Creates a new
Sort.Order with the given direction, path and null handling. |
Copyright © 2014–2019 Blazebit. All rights reserved.