Constructor and Description |
---|
PageImpl(Iterable<T> results,
int size,
int start,
int limit,
boolean isLastPage) |
Modifier and Type | Method and Description |
---|---|
int |
getLimit() |
Iterable<T> |
getResults() |
int |
getSize() |
int |
getStart() |
boolean |
isLastPage() |
public Iterable<T> getResults()
getResults
in interface Page<T>
public boolean isLastPage()
isLastPage
in interface Page<T>
Copyright © 2021 Atlassian. All rights reserved.