Package com.atlassian.confluence.core
Class PartialList<T>
java.lang.Object
com.atlassian.confluence.core.PartialList<T>
CAVEAT: This class is a temporary copy of the PartialList in confluence-api, for use with managers
that are planned for migration to the API (at which point this class can be removed).
From the original class docs:
A window into a list of unbounded length. To avoid the performance issues involved in retrieving lists of items that may have large numbers of members, the API instead uses PartialList
-
Constructor Summary
ConstructorsConstructorDescriptionPartialList
(int available, int start, int count, Iterable<T> list) PartialList
(int available, int start, List<T> list) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PartialList<T>
empty()
static <T> PartialList<T>
int
int
getCount()
getList()
int
getStart()
-
Constructor Details
-
PartialList
-
PartialList
-
-
Method Details
-
empty
-
forAll
-
getAvailable
public int getAvailable() -
getStart
public int getStart() -
getCount
public int getCount() -
getList
-