public interface CollectionSortStrategy<T extends java.util.Collection>
| Modifier and Type | Method and Description |
|---|---|
void |
ascendingSort(T list)
ascending order of a given attribute
|
default void |
descendingSort(T list)
descending order of a given attribute
|
Copyright © 2018 SAP SE. All Rights Reserved.