Class Queryable.Order<T,U extends Comparable<? super U>>
- java.lang.Object
-
- org.apache.groovy.ginq.provider.collection.runtime.Queryable.Order<T,U>
-
- Type Parameters:
T
- the type of element fromQueryable
instanceU
- the type of field to sort
public static class Queryable.Order<T,U extends Comparable<? super U>> extends Object
Represents an order rule- Since:
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Function<? super T,? extends U>
getKeyExtractor()
int
hashCode()
boolean
isAsc()
-