public class PageData<T> extends Object implements Serializable, Iterable<T>
Description:
| 限定符和类型 | 方法和说明 |
|---|---|
List<T> |
getContent() |
int |
getNumber() |
int |
getNumberOfElements() |
int |
getSize() |
Sort |
getSort() |
int |
getTotalElements() |
int |
getTotalPages() |
boolean |
hasContent() |
boolean |
hasNext() |
boolean |
hasPrevious() |
Iterator<T> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic int getNumber()
public int getSize()
public int getTotalPages()
public int getTotalElements()
public int getNumberOfElements()
public boolean hasContent()
public boolean hasPrevious()
public boolean hasNext()
public Sort getSort()
Copyright © 2019. All rights reserved.