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