class PagableResponseListImpl<T> extends ResponseListImpl implements PagableResponseList
| Modifier and Type | Field and Description |
|---|---|
private long |
nextCursor |
private long |
previousCursor |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
PagableResponseListImpl(int size,
twitter4j.internal.org.json.JSONObject json,
twitter4j.internal.http.HttpResponse res) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNextCursor() |
long |
getPreviousCursor() |
boolean |
hasNext() |
boolean |
hasPrevious() |
getFeatureSpecificRateLimitStatus, getRateLimitStatusadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitgetFeatureSpecificRateLimitStatus, getRateLimitStatusprivate final long previousCursor
private final long nextCursor
private static final long serialVersionUID
PagableResponseListImpl(int size,
twitter4j.internal.org.json.JSONObject json,
twitter4j.internal.http.HttpResponse res)
public boolean hasPrevious()
hasPrevious in interface CursorSupporthasPrevious in interface PagableResponseListpublic long getPreviousCursor()
getPreviousCursor in interface CursorSupportgetPreviousCursor in interface PagableResponseListpublic boolean hasNext()
hasNext in interface CursorSupporthasNext in interface PagableResponseListpublic long getNextCursor()
getNextCursor in interface CursorSupportgetNextCursor in interface PagableResponseList