Constructor and Description |
---|
PagedCollectionIterable(PagedCollectionResource<T,? extends C> collectionResource,
C collection) |
PagedCollectionIterable(PagedCollectionResource<T,? extends C> collectionResource,
C collection,
int limit) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
boolean |
reachedLimit() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public PagedCollectionIterable(PagedCollectionResource<T,? extends C> collectionResource, C collection)
public PagedCollectionIterable(PagedCollectionResource<T,? extends C> collectionResource, C collection, int limit)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.