Class DictionaryFile.PagingList<E>

java.lang.Object
org.codelibs.fess.dict.DictionaryFile.PagingList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>
Enclosing class:
DictionaryFile<T extends DictionaryItem>

public static class DictionaryFile.PagingList<E> extends Object implements List<E>
  • Field Details

    • allPageCount

      protected int allPageCount
    • allRecordCount

      protected int allRecordCount
    • pageSize

      protected int pageSize
    • currentPageNumber

      protected int currentPageNumber
    • pageRangeSize

      protected int pageRangeSize
  • Constructor Details

    • PagingList

      public PagingList(List<E> list, int offset, int size, int allRecordCount)
  • Method Details