Interface Page<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetIndex()Returns the index of the page.longgetMaxSize()Returns the maximum size of the page.longgetTotalSize()Returns the total size of the list this page is derived from.
-
-
-
Method Detail
-
getIndex
long getIndex()
Returns the index of the page.- Returns:
- the page index.
-
getMaxSize
long getMaxSize()
Returns the maximum size of the page.- Returns:
- the maximum size of the page.
-
getTotalSize
long getTotalSize()
Returns the total size of the list this page is derived from.- Returns:
- the total size of the bigger list.
-
-