Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected ArrayList<E> |
list |
protected String |
nextUri |
Constructor and Description |
---|
PaginationIterator(ArrayList<E> list,
String nextUri) |
Modifier and Type | Method and Description |
---|---|
void |
fetch() |
void |
handleLoad(JSONArray data) |
boolean |
hasNext() |
E |
next() |
boolean |
paginationComplete() |
void |
remove() |
PaginationIterator<E> |
reset() |
protected String nextUri
protected int index
public void handleLoad(JSONArray data) throws JSONException
JSONException
public boolean paginationComplete()
public PaginationIterator<E> reset()
Copyright © 2013. All Rights Reserved.