Class Pageable


  • public class Pageable
    extends java.lang.Object
    • Method Detail

      • of

        public static Pageable of​(int startIndex,
                                  int maxItems)
      • of

        public static Pageable of​(int startIndex,
                                  int maxItems,
                                  Order order)
      • getStartIndex

        public int getStartIndex()
      • getMaxItems

        public int getMaxItems()
      • getOrder

        public Order getOrder()