Class PageHelperImpl

java.lang.Object
org.aksw.commons.util.range.PageHelperImpl

public class PageHelperImpl extends Object
Util class to map a global offset to a page id and relative offset within the page - w.r.t. a given page size
  • Field Details

    • pageSize

      protected int pageSize
  • Constructor Details

    • PageHelperImpl

      public PageHelperImpl(int pageSize)
  • Method Details

    • getPageSize

      public int getPageSize()