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

    Modifier and Type
    Method
    Description
    Sorts the RepositoryList by ID.
  • Method Details

    • sortByID

      RepositoryList<T> sortByID()
      Sorts the RepositoryList by ID.
      Returns:
      The sorted RepositoryList.