Class DictionaryFile.PagingList<E>

    • Field Detail

      • allPageCount

        protected int allPageCount
      • allRecordCount

        protected int allRecordCount
      • pageSize

        protected int pageSize
      • currentPageNumber

        protected int currentPageNumber
      • pageRangeSize

        protected int pageRangeSize
    • Constructor Detail

      • PagingList

        public PagingList​(List<E> list,
                          int offset,
                          int size,
                          int allRecordCount)