public final class EmptyPage<T> extends EmptySlice<T> implements Page<T>
| 修飾子と型 | フィールドと説明 |
|---|---|
static EmptyPage<?> | EMPTY_PAGE |
EMPTY_SLICE| コンストラクターと説明 |
|---|
EmptyPage() |
| 修飾子と型 | メソッドと説明 |
|---|---|
long | getTotalElements() |
int | getTotalPages() |
<S> Page<S> | map(FunctionSE<? super T,? extends S> converter) |
getContent, getNumber, getSort, hasNext, hasPrevious, nextPageable, previousPageablegetNumberOfElements, getSize, hasContent, isFirst, isLast, iteratorcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEgetContent, 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, spliteratorSEpublic static final EmptyPage<?> EMPTY_PAGE
public int getTotalPages()
Page<T> 内の getTotalPages public long getTotalElements()
Page<T> 内の getTotalElements public <S> Page<S> map(FunctionSE<? super T,? extends S> converter)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.