public final class ForwardingListPage<T> extends com.google.common.collect.ForwardingList<T> implements ListPage<T>
Modifier and Type | Method and Description |
---|---|
static <T> ListPage<T> |
create(List<T> items,
String nextPageToken) |
protected List<T> |
delegate() |
String |
nextPageToken()
Indicates more data is available.
|
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.