Package com.liferay.info.pagination
Class Pagination
java.lang.Object
com.liferay.info.pagination.Pagination
-
Method Summary
Modifier and TypeMethodDescriptionint
getDelta()
int
getEnd()
int
getStart()
static Pagination
of
(int end, int start)
-
Method Details
-
of
-
getDelta
public int getDelta() -
getEnd
public int getEnd() -
getStart
public int getStart()
-