public abstract class AbstractPagedIterable<T,K> extends Object implements Iterable<CompletableFuture<T>>
| Constructor and Description |
|---|
AbstractPagedIterable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract K |
getInitialOffset() |
protected abstract LazyLoadingPage<T,K> |
getPage(K offset) |
Iterator<CompletableFuture<T>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<CompletableFuture<T>> iterator()
iterator in interface Iterable<CompletableFuture<T>>protected abstract K getInitialOffset()
Copyright © 2020. All rights reserved.