public class Sort extends UnaryOperator
Modifier and Type | Class and Description |
---|---|
static class |
Sort.SortSpec |
Constructor and Description |
---|
Sort(Sort.SortSpec[] sortSpecs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsTo(Expr expr)
This method only compares this Expr contents with those of another Expr.
|
Sort.SortSpec[] |
getSortSpecs() |
int |
hashCode() |
void |
setSortSpecs(Sort.SortSpec[] sortSpecs) |
String |
toJson() |
getChild, hasChild, setChild
public Sort(Sort.SortSpec[] sortSpecs)
public void setSortSpecs(Sort.SortSpec[] sortSpecs)
public Sort.SortSpec[] getSortSpecs()
public int hashCode()
hashCode
in class UnaryOperator
public boolean equalsTo(Expr expr)
Expr
expr
- The Expr instance to be compared.public String toJson()
toJson
in interface JsonSerializable
toJson
in class Expr
Copyright © 2014 Apache Software Foundation. All Rights Reserved.