Interface CollectionSortStrategy<T extends java.util.Collection>
-
- All Known Implementing Classes:
SortByProductNameStrategy
public interface CollectionSortStrategy<T extends java.util.Collection>Strategy to sort a given collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidascendingSort(T list)ascending order of a given attributedefault voiddescendingSort(T list)descending order of a given attribute
-