- All Superinterfaces:
Iterable<PageSelector>
List of page selectors.
-
Method Summary
Modifier and TypeMethodDescriptionint
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
Get the page selector at the specified index.- Returns:
- the page selector at the specified index, or
null
if the index is not valid.
-