public class Pagination
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getEndPosition() |
int |
getPage() |
int |
getPageSize() |
int |
getStartPosition() |
static Pagination |
of(int page,
int pageSize) |
public static Pagination of(int page, int pageSize)
public int getEndPosition()
public int getPage()
public int getPageSize()
public int getStartPosition()