Package app.entity.interfaces
Interface ISortableByID<T extends ITaggedItem>
- Type Parameters:
T- The type of the RepositoryList.
- All Known Implementing Classes:
Camp,CampDetails,CampList
public interface ISortableByID<T extends ITaggedItem>
Interface for sorting a RepositoryList by ID.
-
Method Summary
-
Method Details
-
sortByID
RepositoryList<T> sortByID()Sorts the RepositoryList by ID.- Returns:
- The sorted RepositoryList.
-