Interface Page<T>
public interface Page<T>
Represents a page of entries.
- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptionentries()Gets the entries on this page.intGets the total/overall number of entries (not just the number of entries on this page).
-
Method Details
-
entries
-
overallSize
int overallSize()Gets the total/overall number of entries (not just the number of entries on this page).- Returns:
- the total number of entries
-