Class Pagedata<T>

    • Constructor Detail

      • Pagedata

        public Pagedata​(Pageable pageable,
                        int total,
                        List<T> content)
    • Method Detail

      • getNumber

        public int getNumber()
      • getSize

        public int getSize()
      • getTotalPages

        public int getTotalPages()
      • getTotalElements

        public int getTotalElements()
      • getNumberOfElements

        public int getNumberOfElements()
      • hasContent

        public boolean hasContent()
      • hasPrevious

        public boolean hasPrevious()
      • hasNext

        public boolean hasNext()
      • getSort

        public Sort getSort()
      • getContent

        public List<T> getContent()