| Modifier and Type | Method | Description |
|---|---|---|
Sort.Order |
Sort.getOrderFor(java.lang.String path) |
Returns the order for the given path or
null if there is none. |
Sort.Order |
Sort.Order.ignoreCase() |
Returns a new
Sort.Order with case insensitive sorting enabled. |
Sort.Order |
Sort.Order.nullsFirst() |
Returns a new
Sort.Order with Sort.NullHandling.NULLS_FIRST as null handling. |
Sort.Order |
Sort.Order.nullsLast() |
Returns a new
Sort.Order with Sort.NullHandling.NULLS_LAST as null handling. |
Sort.Order |
Sort.Order.nullsNative() |
Returns a new
Sort.Order with Sort.NullHandling.NATIVE as null handling. |
Sort.Order |
Sort.Order.with(Sort.Direction direction) |
Returns a new
Sort.Order with the given Sort.Direction. |
Sort.Order |
Sort.Order.with(Sort.NullHandling nullHandling) |
Returns a new
Sort.Order with the given Sort.NullHandling. |
Sort.Order |
Sort.Order.withPath(java.lang.String path) |
Returns a new
Sort.Order with the same configuration as this Sort.Order, but the given path. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<Sort.Order> |
Sort.iterator() |
| Constructor | Description |
|---|---|
Sort(Sort.Order... orders) |
Creates a new Sort with the given
Sort.Orders. |
| Constructor | Description |
|---|---|
Sort(java.util.Collection<Sort.Order> orders) |
Creates a new Sort with the given
Sort.Orders. |
Copyright © 2014–2019 Blazebit. All rights reserved.