Iterator for type T which gives a page in each iteration.
Get the items in current page.
List of items of type T in current page.
Get the page size.
10
Whether there is a next page available or not.
Whether there is a previous page available or not.
Get the items in next page.
List of items of type T in next page and set that as current page.
Get the items in previous page.
List of items of type T in previous page and set that as current page.
Iterator for type T which gives a page in each iteration.