Interface ISortableByName<T extends ITaggedItem>

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

public interface ISortableByName<T extends ITaggedItem>
Interface for sorting items by name.
  • Method Summary

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

    • sortByName

      RepositoryList<T> sortByName()
      Sorts the items by name.
      Returns:
      A new RepositoryList with the sorted items.