public abstract class AbstractPageSupport<T> extends AbstractSliceSupport<T> implements Page<T>
AbstractPageSupport class is an abstract Spring Data Page type supporting the implementation of
application specific Page implementations.| Constructor and Description |
|---|
AbstractPageSupport() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalElements() |
int |
getTotalPages() |
<S> Page<S> |
map(Function<? super T,? extends S> converter) |
getContent, getNumber, getNumberOfElements, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, iterator, nextPageable, previousPageableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextPageable, previousPageablefilter, flatMap, of, of, of, streamforEach, iterator, spliteratorpublic long getTotalElements()
getTotalElements in interface Page<T>public int getTotalPages()
getTotalPages in interface Page<T>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.