public class Queryable.Order<T, U extends Comparable<? super U>>
Represents an order rule
T
- the type of element from Queryable instanceU
- the type of field to sortModifiers | Name | Description |
---|---|---|
static Order[] |
EMPTY_ARRAY |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
equals(Object o) |
|
public Function<? super T, ? extends U> |
getKeyExtractor() |
|
public int |
hashCode() |
|
public boolean |
isAsc() |
|
public boolean |
isNullsLast() |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.