public interface Pageable
| Modifier and Type | Method and Description |
|---|---|
int |
getPageNumber() |
int |
getPageSize() |
Pageable |
next() |
static Pageable |
of(int page,
int size) |
static Pageable |
unpaged() |
Copyright © 2019. All rights reserved.