Class AbstractPageSupport<T>
java.lang.Object
org.springframework.data.gemfire.domain.support.AbstractSliceSupport<T>
org.springframework.data.gemfire.domain.support.AbstractPageSupport<T>
- Type Parameters:
T
-Class
type of the individual elements on thisSlice
.
- 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>
- Direct Known Subclasses:
ListablePage
public abstract class AbstractPageSupport<T>
extends AbstractSliceSupport<T>
implements org.springframework.data.domain.Page<T>
The
AbstractPageSupport
class is an abstract Spring Data Page
type supporting the implementation of
application specific Page
implementations.- Since:
- 1.1.0
- See Also:
-
Converter
Page
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.support.AbstractSliceSupport
getContent, getNumber, getNumberOfElements, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, iterator, nextPageable, previousPageable
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
-
Constructor Details
-
AbstractPageSupport
public AbstractPageSupport()
-
-
Method Details