Interface ISortableByEndDate<T extends ITaggedItem>

Type Parameters:
T - The type of the items to be sorted.
All Known Implementing Classes:
Camp, CampDetails, CampList

public interface ISortableByEndDate<T extends ITaggedItem>
Interface for sorting by end date.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sorts the items by end date.
  • Method Details

    • sortByEndDate

      RepositoryList<T> sortByEndDate()
      Sorts the items by end date.
      Returns:
      A RepositoryList of the sorted items.