Package com.atlassian.jira.entity
Class PredicatedPagedList<E>
java.lang.Object
com.atlassian.jira.entity.PredicatedPagedList<E>
- All Implemented Interfaces:
PagedList<E>
Warps a Predicate around the EntityPagedList
- Since:
- v6.1
-
Constructor Summary
ConstructorsConstructorDescriptionPredicatedPagedList
(PagedList<E> delegate, com.google.common.base.Predicate<E> predicate) -
Method Summary
-
Constructor Details
-
PredicatedPagedList
-
-
Method Details
-
getPage
-
iterator
-
getCompleteList
- Specified by:
getCompleteList
in interfacePagedList<E>
-
getSize
public int getSize() -
getPageSize
public int getPageSize()- Specified by:
getPageSize
in interfacePagedList<E>
-