Package com.suncode.pwfl.util
Class PaginatedList<T>
java.lang.Object
com.suncode.pwfl.util.PaginatedList<T>
Wrapper for lists to manage their paging.
- Author:
- RafaĆ Nowacki 2018-03-21
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaginatedList
public PaginatedList()
-
-
Method Details
-
getPage
Returns given page.- Parameters:
pageNo
- Page number,
-
getRange
Returns range of list.- Parameters:
start
- Start index.
-