Iterator for type T which gives page in each iteration.
Get the items in current page.
List of items of type T in current page.
Get the page size.
10
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 page in each iteration.