public class WrappingPagedList<T> extends com.google.common.collect.ForwardingList<T> implements PagedList<T>
| Constructor and Description |
|---|
WrappingPagedList(Pipe<T> pipe,
List<T> data,
org.jboss.aerogear.android.ReadFilter nextFilter,
org.jboss.aerogear.android.ReadFilter previousFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected List<T> |
delegate() |
org.jboss.aerogear.android.ReadFilter |
getNextFilter() |
org.jboss.aerogear.android.ReadFilter |
getPreviousFilter() |
void |
next(org.jboss.aerogear.android.Callback<List<T>> callback)
Retrieve the next result set.
|
void |
previous(org.jboss.aerogear.android.Callback<List<T>> callback)
Retrieve the previous result set.
|
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, 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, streampublic WrappingPagedList(Pipe<T> pipe, List<T> data, org.jboss.aerogear.android.ReadFilter nextFilter, org.jboss.aerogear.android.ReadFilter previousFilter)
pipe - the pipe to read for more datadata - the initial datasetnextFilter - the filter which defines the "next" set of datapreviousFilter - the filter which defines the "previous" set of dataprotected List<T> delegate()
delegate in class com.google.common.collect.ForwardingList<T>public void next(org.jboss.aerogear.android.Callback<List<T>> callback)
PagedListpublic void previous(org.jboss.aerogear.android.Callback<List<T>> callback)
PagedListpublic org.jboss.aerogear.android.ReadFilter getNextFilter()
public org.jboss.aerogear.android.ReadFilter getPreviousFilter()
Copyright © 2014 JBoss by Red Hat. All rights reserved.