public class Pageable extends Object
| Constructor and Description |
|---|
Pageable() |
Pageable(int offset,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
int |
getPageSize() |
void |
setOffset(int offset) |
void |
setPageSize(int pageSize) |
Copyright © 2016. All rights reserved.