T - the data type of the listpublic interface PagedList<T> extends List<T>
| Modifier and Type | Method and Description |
|---|---|
void |
next(org.jboss.aerogear.android.core.Callback<List<T>> callback)
Retrieve the next result set.
|
void |
previous(org.jboss.aerogear.android.core.Callback<List<T>> callback)
Retrieve the previous result set.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamCopyright © 2015 JBoss by Red Hat. All rights reserved.