Interface ISortOrderIndicator

All Known Implementing Classes:
ESortOrder

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

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
     
  • Method Details

    • isAscending

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

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