| Constructor and Description |
|---|
PageableIterator(BitbucketCaller bitbucket,
Page<T> initial,
Function<BitbucketCaller.CastableWrapper,Page<T>> caster) |
| Modifier and Type | Method and Description |
|---|---|
static <T> PageableIterator<T> |
create(BitbucketCaller bitbucket,
Page<T> initial,
Class<Page<T>> cl) |
boolean |
hasNext() |
T |
next() |
Stream<T> |
stream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic PageableIterator(BitbucketCaller bitbucket, Page<T> initial, Function<BitbucketCaller.CastableWrapper,Page<T>> caster)
public static <T> PageableIterator<T> create(BitbucketCaller bitbucket, Page<T> initial, Class<Page<T>> cl)
Copyright © 2019 Codedoers.com. All rights reserved.