Java org.springframework.data.domain Pageable fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.domain Pageable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.domain Pageable.

The text is from its open source code.

Implementation

org.springframework.data.domain.Pageable has the following implementations.
Click this link to see all its implementation.

Method

longgetOffset()
Returns the offset to be taken according to the underlying page and page size.
intgetPageNumber()
Returns the page to be returned.
intgetPageSize()
Returns the number of items to be returned.
SortgetSort()
Returns the sorting parameters.
Pageablenext()
Returns the Pageable requesting the next Page .
PageablepreviousOrFirst()
Returns the previous Pageable or the first Pageable if the current one already is the first one.