PaginationUtils

public class PaginationUtils
Author:martinfilliau

Methods

getFirstResult

public static int getFirstResult(int page, int count)

Get the first result for a given page and count

Parameters:
  • page – page number
  • count – number of results
Returns:

first result of the page