| Modifier and Type | Method and Description |
|---|---|
Sorts |
Sorts.add(Sort sort)
Appends a
Sort instance |
Sorts |
Sorts.asc(String name)
Appends a
Sort instance of SortType.ASC
from the name |
Sorts |
Sorts.desc(String name)
Appends a
Sort instance of SortType.DESC
from the name |
Sorts |
Sorts.remove(Sort sort)
|
static Sorts |
Sorts.sorts()
Creates a new instance of
Sorts |
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.