| Modifier and Type | Method and Description |
|---|---|
Sort.Order |
Sort.getOrderFor(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(String path)
Returns a new
Sort.Order with the same configuration as this Sort.Order, but the given path. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Sort.Order> |
Sort.iterator() |
| Constructor and Description |
|---|
Sort(Sort.Order... orders)
Creates a new Sort with the given
Sort.Orders. |
| Constructor and Description |
|---|
Sort(Collection<Sort.Order> orders)
Creates a new Sort with the given
Sort.Orders. |
Copyright © 2014–2018 Blazebit. All rights reserved.