类 Pagec<T>

    • 构造器详细资料

      • Pagec

        public Pagec()
    • 方法详细资料

      • of

        public static <T> Pagec<T> of​(int page,
                                      int size)
      • getTotalPages

        public int getTotalPages()
        总页数
        返回:
        总页数
      • getContent

        public List<T> getContent()