| Constructor and Description |
|---|
OffsetPaging(Integer start,
int size)
Construct this class
|
| Modifier and Type | Method and Description |
|---|---|
OffsetPaging |
next()
Calculate the next page start index with the existing page size.
|
public OffsetPaging(Integer start, int size)
start - must be start from 1, cannot be null.size - intpublic OffsetPaging next()
Copyright © 2020 CodingZero. All rights reserved.