public class PaginableDocuments extends Documents
| Modifier and Type | Field and Description |
|---|---|
protected int |
pageCount |
protected int |
pageIndex |
protected int |
pageSize |
protected int |
totalSize |
| Constructor and Description |
|---|
PaginableDocuments() |
PaginableDocuments(List<Document> docs,
int totalSize,
int pageSize,
int pageCount,
int pageIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageCount() |
int |
getPageIndex() |
int |
getPageSize() |
int |
getTotalSize() |
void |
setPageCount(int pageCount) |
void |
setPageIndex(int pageIndex) |
void |
setPageSize(int pageSize) |
void |
setTotalSize(int totalSize) |
add, dump, get, getInputRef, getInputType, isBinary, isEmpty, iterator, list, size, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected int totalSize
protected int pageSize
protected int pageCount
protected int pageIndex
public int getTotalSize()
public int getPageSize()
public int getPageCount()
public int getPageIndex()
public void setTotalSize(int totalSize)
public void setPageCount(int pageCount)
public void setPageIndex(int pageIndex)
public void setPageSize(int pageSize)
Copyright © 2022. All rights reserved.