T
- The type of objects held in this list.Iterable<T>
, Collection<T>
, List<T>
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.
PaginatedList
Constructor | Description |
---|---|
PaginatedQueryList(DynamoDbMapper mapper,
Class<T> clazz,
DynamoDBClient dynamo,
QueryRequest queryRequest,
QueryResponse queryResult,
DynamoDbMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDbMapperConfig config) |
parallelStream, removeIf, stream
equals, hashCode, of, of, of, of, of, of, of, of, of, of, of, of, replaceAll, sort, spliterator
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, loadAllResults, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
public PaginatedQueryList(DynamoDbMapper mapper, Class<T> clazz, DynamoDBClient dynamo, QueryRequest queryRequest, QueryResponse queryResult, DynamoDbMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDbMapperConfig config)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.