Class PagedCollectionWrapper<T>

java.lang.Object
ru.cwcode.cwutils.collections.PagedCollectionWrapper<T>

public class PagedCollectionWrapper<T> extends Object
  • Constructor Details

    • PagedCollectionWrapper

      public PagedCollectionWrapper(List<T> entries, int pageSize)
  • Method Details

    • getPage

      public List<T> getPage(int page)
    • getPagesAmount

      public int getPagesAmount()
    • getPageSize

      public int getPageSize()