Class SortParam<T>

    • Constructor Detail

      • SortParam

        public SortParam​(T property,
                         boolean ascending)
        Parameters:
        property - sort property
        ascending - true if sort order is ascending, false if sort order is descending