public abstract class JSONArrayPaginator
extends Object
| Constructor and Description |
|---|
JSONArrayPaginator() |
JSONArrayPaginator(int delta) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract JSONArray |
paginate(int start,
int end) |
public JSONArrayPaginator()
throws Exception
Exceptionpublic JSONArrayPaginator(int delta)
throws Exception
Exceptionprotected abstract JSONArray paginate(int start, int end) throws Exception
Exception