public class Sort extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Sort.Sorter |
| Constructor and Description |
|---|
Sort(List<Sort.Sorter> sorters) |
| Modifier and Type | Method and Description |
|---|---|
List<Sort.Sorter> |
getSorters() |
void |
setSorters(List<Sort.Sorter> sorters) |
public Sort(List<Sort.Sorter> sorters)
public List<Sort.Sorter> getSorters()
public void setSorters(List<Sort.Sorter> sorters)
Copyright © 2024. All Rights Reserved.