Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L1yp/van-app
/ PageData
Method
PageData
src/main/java/com/l1yp/model/common/PageData.java:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
public
PageData(PageParam param) {
16
pageIdx = param.getPageIdx();
17
pageSize = param.getPageSize();
18
}
19
20
public
PageData(
int
pageIdx,
int
pageSize) {
Callers
nothing calls this directly
Calls
6
setTotal
Method · 0.95
setPageIdx
Method · 0.95
setPageSize
Method · 0.95
getTotal
Method · 0.80
getPageSize
Method · 0.45
getPageIdx
Method · 0.45
Tested by
no test coverage detected