Class EmptyPage<T>
java.lang.Object
org.springframework.data.gemfire.domain.support.AbstractSliceSupport<T>
org.springframework.data.gemfire.domain.EmptySlice<T>
org.springframework.data.gemfire.domain.EmptyPage<T>
- Type Parameters:
T
-Class
type of the elements in thisPage
.
- All Implemented Interfaces:
Iterable<T>
,Supplier<Stream<T>>
,org.springframework.data.domain.Page<T>
,org.springframework.data.domain.Slice<T>
,org.springframework.data.util.Streamable<T>
public final class EmptyPage<T>
extends EmptySlice<T>
implements org.springframework.data.domain.Page<T>
The
EmptyPage
class is an implementation of an empty Spring Data Page
.- Since:
- 1.1.0
- See Also:
-
Converter
Page
-
Field Summary
Fields inherited from class org.springframework.data.gemfire.domain.EmptySlice
EMPTY_SLICE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
<S> org.springframework.data.domain.Page<S>
Methods inherited from class org.springframework.data.gemfire.domain.EmptySlice
getContent, getNumber, getSort, hasNext, hasPrevious, nextPageable, previousPageable
Methods inherited from class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
getNumberOfElements, getSize, hasContent, isFirst, isLast, iterator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.springframework.data.domain.Slice
getContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextOrLastPageable, nextPageable, previousOrFirstPageable, previousPageable
Methods inherited from interface org.springframework.data.util.Streamable
and, and, and, and, filter, flatMap, get, isEmpty, stream, toList, toSet
-
Field Details
-
EMPTY_PAGE
-
-
Constructor Details
-
EmptyPage
public EmptyPage()
-
-
Method Details