public class RecurringChargeEntryModelSortService extends Object implements ModelSortService<RecurringChargeEntryModel>
RecurringChargeEntryModel instances by their
"cycleStart" attribute (ascending).| Constructor and Description |
|---|
RecurringChargeEntryModelSortService() |
| Modifier and Type | Method and Description |
|---|---|
List<RecurringChargeEntryModel> |
sort(Collection<RecurringChargeEntryModel> unsorted)
Returns a sorted
List of the elements in the given Collection. |
public RecurringChargeEntryModelSortService()
public List<RecurringChargeEntryModel> sort(Collection<RecurringChargeEntryModel> unsorted)
ModelSortServiceList of the elements in the given Collection.sort in interface ModelSortService<RecurringChargeEntryModel>unsorted - a Collection of elements to be sortedCopyright © 2017 SAP SE. All Rights Reserved.