T - The type of objects held in this list.PaginatedQueryList instead.@Deprecated public class PaginatedQueryList<T> extends PaginatedList<T>
This is an unmodifiable list, so callers should not invoke any operations that modify this list, otherwise they will throw an UnsupportedOperationException.
PaginatedListallResults, allResultsLoaded, clazz, dynamo, mapper, nextResults| Constructor and Description |
|---|
PaginatedQueryList(DynamoDBMapper mapper,
Class<T> clazz,
AmazonDynamoDB dynamo,
QueryRequest queryRequest,
QueryResult queryResult)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
atEndOfResults()
Deprecated.
Returns whether we have reached the end of the result set.
|
protected List<T> |
fetchNextPage()
Deprecated.
Fetches the next page of results (which may be empty) and returns any
items found.
|
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, loadAllResults, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraypublic PaginatedQueryList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, QueryRequest queryRequest, QueryResult queryResult)
protected boolean atEndOfResults()
PaginatedListatEndOfResults in class PaginatedList<T>protected List<T> fetchNextPage()
PaginatedListfetchNextPage in class PaginatedList<T>Copyright © 2015. All rights reserved.