| Constructor and Description | 
|---|
| ColumnOrder(int column,
           Sort.Order order) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Sort.ColumnOrder | by(int column,
  Sort.Order order) | 
| int | column() | 
| Sort.Order | order() | 
| String | toString() | 
public ColumnOrder(int column,
                   Sort.Order order)
public static Sort.ColumnOrder by(int column, Sort.Order order)
public int column()
public Sort.Order order()
Copyright © 2017 The Apache Software Foundation. All rights reserved.