T
- public interface Page<T> extends Slice<T>
Modifier and Type | Method and Description |
---|---|
long |
getTotalElements()
Returns the total amount of elements.
|
int |
getTotalPages()
Returns the number of total pages.
|
<S> Page<S> |
map(Converter<? super T,? extends S> converter)
|
getContent, getNumber, getNumberOfElements, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextPageable, previousPageable
forEach, iterator, spliterator
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.