Interface Sorter

All Known Implementing Classes:
BaseContainerSorter, CollectionContainerSorter, CollectionPropertyContainerSorter

public interface Sorter
Interface for sorting data in CollectionContainers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sort(Sort sort)
    Sorts data according to the given Sort parameters.
  • Method Details

    • sort

      void sort(Sort sort)
      Sorts data according to the given Sort parameters.