Class Order<T extends Order,​P extends Query>


  • public class Order<T extends Order,​P extends Query>
    extends Builder<T,​P>
    • Constructor Detail

      • Order

        public Order​(P query)
    • Method Detail

      • isAsc

        public boolean isAsc​(int index)
        Parameters:
        index - the sort term to check
        Returns:
        true if the indexed sort is ascending or if the index is out of bounds
      • getProperty

        public java.lang.String getProperty​(int index)
      • getSorts

        public java.util.List<Order.Sort> getSorts()