Class Page

    • Method Detail

      • getSize

        public int getSize()
      • getNumber

        public int getNumber()
      • isFirst

        public boolean isFirst()
      • getMaxResults

        public int getMaxResults()
      • getFirstResult

        public int getFirstResult()
      • page

        public static Page page​(int size,
                                int number)
      • first

        public static Page first​(int size)
      • next

        public Page next()
      • previous

        public Page previous()
      • first

        public Page first()