| 构造器和说明 |
|---|
DefaultPagedList(List<T> rows,
long totalSize,
Page page,
int pageCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PagedList |
createEmptyList(Page page) |
T |
get(int index) |
Page |
getPage() |
int |
getPageCount() |
Collection<T> |
getRows() |
Iterator<T> |
iterator() |
int |
size() |
long |
totalSize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic int getPageCount()
getPageCount 在接口中 PagedList<T>public Collection<T> getRows()
Copyright © 2020 com.github.braisdom. All rights reserved.