T - item typepublic interface ModelSortService<T extends ItemModel>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
sort(Collection<T> collection)
Returns a sorted
List of the elements in the given Collection. |
List<T> sort(Collection<T> collection)
List of the elements in the given Collection.collection - a Collection of elements to be sortedCopyright © 2017 SAP SE. All Rights Reserved.