MCPcopy 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

unloadChaptersBuffersMethod · 0.95
handleDummyPageMethod · 0.80
BookletMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected