Interface Page<T>


public interface Page<T>
Represents a page of entries.
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the entries on this page.
    int
    Gets the total/overall number of entries (not just the number of entries on this page).
  • Method Details

    • entries

      @NonNull List<T> entries()
      Gets the entries on this page.
      Returns:
      the 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