| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.util.PageImpl<T> |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a page instance where the number of elements in the page is known
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a map of the page values mapped by their ordinal values.
| |||||||||||
Transforms the page from a page of Ts to a page of Es
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.util.Page
| |||||||||||
Create a page instance where the number of elements in the page is known
| pageRequest | the page request used to create this page |
|---|---|
| size | the size of the page - i.e. the number of elements in this page |
| values | an iterable of the values |
| lastPage | if this is the last page |
Get a map of the page values mapped by their ordinal values. For filtered pages, the ordinals are the ordinals in the underlying paged collection.
Transforms the page from a page of Ts to a page of Es
| transformFunction | the transformer |
|---|