Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ getNextChapter
Method
getNextChapter
src/org/albite/book/model/book/Chapter.java:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
public
final
Chapter getNextChapter() {
73
return
nextChapter;
74
}
75
76
public
final
void
setNextChapter(
final
Chapter bc) {
77
nextChapter = bc;
Callers
3
unloadChaptersBuffers
Method · 0.95
handleDummyPage
Method · 0.80
Booklet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected