Interface ModelSortService<T extends ItemModel>
-
- Type Parameters:
T- item type
- All Known Implementing Classes:
RecurringChargeEntryModelSortService,UsageChargeEntryModelSortService
public interface ModelSortService<T extends ItemModel>Service interface for sorting collections of model instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>sort(java.util.Collection<T> collection)Returns a sortedListof the elements in the givenCollection.
-