public interface StructuredCollection<T extends StructuredType<?>,EC extends Collection<T>,CT extends StructuredCollection<T,EC,?>> extends GenericCollection<T,EC>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNextPage()Checks for next page existence. | 
| CT | nextPage()Explicit paging result handling. | 
execute, executeAsyncadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayCT nextPage()
boolean hasNextPage()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.