Interface PageSelectorList

All Superinterfaces:
Iterable<PageSelector>

public interface PageSelectorList extends Iterable<PageSelector>
List of page selectors.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the length of this page selector list.
    item(int index)
    Get the page selector at the specified index.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getLength

      int getLength()
      Get the length of this page selector list.
      Returns:
      the length of this page selector list, zero if empty.
    • item

      PageSelector item(int index)
      Get the page selector at the specified index.
      Returns:
      the page selector at the specified index, or null if the index is not valid.