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