Interface ISortOrderIndicator

  • All Known Implementing Classes:
    ESortOrder

    public interface ISortOrderIndicator
    Interface indicating a sort order.
    Author:
    Philip Helger
    • Method Detail

      • isAscending

        boolean isAscending()
        Returns:
        true is ascending sort order is active.
      • isDescending

        default boolean isDescending()
        Returns:
        true is descending sort order is active.