public interface Sorting extends Iterable<Order>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static Direction |
DEFAULT_DIRECTION |
| Modifier and Type | Method and Description |
|---|---|
Sorting |
and(Sorting sorting)
|
Order |
getOrderFor(String property)
Returns the order registered for the given property.
|
forEach, iterator, spliteratorstatic final Direction DEFAULT_DIRECTION
Copyright © 2018. All rights reserved.