Package com.atlassian.jira.util.collect
Interface PagedList<E>
- All Known Implementing Classes:
EntityPagedList
,PredicatedPagedList
public interface PagedList<E>
Page over an underlying list, either by navigating to a page or iterating a page at a time.
- Since:
- v6.1
-
Method Summary
-
Method Details
-
getPage
-
iterator
-
getCompleteList
-
getSize
int getSize() -
getPageSize
int getPageSize()
-