public class Pagination
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getDelta() |
int |
getEnd() |
int |
getStart() |
static Pagination |
of(int end,
int start) |
public static Pagination of(int end, int start)
public int getDelta()
public int getEnd()
public int getStart()