public class PagedList<T> extends ArrayList<T>
modCount
Constructor and Description |
---|
PagedList() |
PagedList(List<T> items,
String self,
String nextPage,
String after) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
constructPagedList(org.apache.hc.core5.http.HttpResponse response,
T value) |
String |
getAfter() |
String |
getNextPage() |
String |
getSelf() |
boolean |
hasMoreItems() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
Copyright © 2017–2023 Okta. All rights reserved.