T - The type of objects held in this list.public class PaginatedParallelScanList<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 and Description | 
|---|
| PaginatedParallelScanList(DynamoDBMapper mapper,
                         Class<T> clazz,
                         AmazonDynamoDB dynamo,
                         ParallelScanTask parallelScanTask,
                         DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
                         DynamoDBMapperConfig config) | 
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, loadAllResults, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic PaginatedParallelScanList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, ParallelScanTask parallelScanTask, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDBMapperConfig config)