Package app.entity.interfaces
Interface ISortableByName<T extends ITaggedItem>
- Type Parameters:
T- The type of the items to be sorted.
- All Known Implementing Classes:
Camp,CampDetails,CampList
public interface ISortableByName<T extends ITaggedItem>
Interface for sorting items by name.
-
Method Summary
-
Method Details
-
sortByName
RepositoryList<T> sortByName()Sorts the items by name.- Returns:
- A new RepositoryList with the sorted items.
-