Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ turnPageForward
Method
turnPageForward
java/Chapter 8/Question8_5/Display.java:38–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
public
void
turnPageForward() {
39
pageNumber++;
40
refreshPage();
41
}
42
43
public
void
turnPageBackward() {
44
pageNumber--;
Callers
nothing calls this directly
Calls
1
refreshPage
Method · 0.95
Tested by
no test coverage detected