GeoPage. This class is scheduled to
be removed in the next major release.@Deprecated public class GeoPage<T> extends org.springframework.data.geo.GeoPage<T>
| Constructor and Description |
|---|
GeoPage(GeoResults<T> results)
Deprecated.
Creates a new
GeoPage from the given GeoResults. |
GeoPage(GeoResults<T> results,
org.springframework.data.domain.Pageable pageable,
long total)
Deprecated.
|
equals, getTotalElements, getTotalPages, hashCode, hasNext, hasNextPage, hasPreviousPage, isFirstPage, isLast, isLastPage, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic GeoPage(GeoResults<T> results)
GeoPage from the given GeoResults.content - must not be null.public GeoPage(GeoResults<T> results, org.springframework.data.domain.Pageable pageable, long total)
results - must not be null.pageable - must not be null.total - Copyright © 2021. All rights reserved.