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