T
- the type of the list elementspublic static class ListUtils.BatchedList<T> extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
hasMoreItems |
List<T> |
list |
int |
numItems |
Constructor and Description |
---|
ListUtils.BatchedList() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getHasMoreItems() |
List<T> |
getList() |
BigInteger |
getNumItems() |
void |
setHasMoreItems(boolean hasMoreItems) |
void |
setList(List<T> list) |
void |
setNumItems(int numItems) |
Copyright © 2013 Nuxeo SA. All Rights Reserved.