T -public interface Page<T> extends Slice<T>
| 修飾子と型 | メソッドと説明 |
|---|---|
static <T> Page<T> | empty() 新しい空の Page を作成します。 |
static <T> Page<T> | empty(Pageable pageable) |
long | getTotalElements() 要素の総数を返します。 |
int | getTotalPages() 総ページ数を返します。 |
<U> Page<U> | map(FunctionSE<? super T,? extends U> converter) |
getContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextOrLastPageable, nextPageable, previousOrFirstPageable, previousPageableand, and, and, and, filter, flatMap, get, isEmpty, of, of, of, stream, toList, toSet, toStreamable, toStreamableforEachSE, iteratorSE, spliteratorSEstatic <T> Page<T> empty()
Page を作成します。Streamable<T> 内の empty int getTotalPages()
long getTotalElements()
<U> Page<U> map(FunctionSE<? super T,? extends U> converter)
Slice<T> 内の map Streamable<T> 内の map converter - null であってはなりません。FunctionSE によってマップされた現在の Page のコンテンツを持つ新しい PageStream.map(Function)SECopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.