Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ goToFirstPage
Method
goToFirstPage
src/org/albite/book/view/Booklet.java:239–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
public
final
void
goToFirstPage() {
240
currentPageIndex = 1;
241
setPages();
242
}
243
244
public
final
void
goToLastPage() {
245
currentPageIndex = pages.size() - 2;
Callers
3
Booklet
Method · 0.95
goToPosition
Method · 0.95
goToPage
Method · 0.95
Calls
1
setPages
Method · 0.95
Tested by
no test coverage detected