private class ResourceCollection.PagedIterator<E> extends Object implements Iterator<E>
Modifier and Type | Field and Description |
---|---|
private List<String> |
ids |
private int |
index |
private List<E> |
items |
private int |
nextIndexToFetch |
private int |
pageSize |
private ResourceCollection<E> |
resourceCollection |
Constructor and Description |
---|
ResourceCollection.PagedIterator(ResourceCollection<E> resourceCollection) |
private ResourceCollection<E> resourceCollection
private int pageSize
private int index
private int nextIndexToFetch
public ResourceCollection.PagedIterator(ResourceCollection<E> resourceCollection)
Copyright © 2013-2014. All Rights Reserved.