Class Page<T>
java.lang.Object
tech.guilhermekaua.spigotboot.core.pagination.Page<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Page
-
-
Method Details
-
getContent
-
getTotalElements
public long getTotalElements() -
getPageNumber
public int getPageNumber() -
getPageSize
public int getPageSize() -
getTotalPages
public long getTotalPages() -
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()
-