MCPcopy Create free account
hub / github.com/careercup/ctci / refreshPage

Method refreshPage

java/Chapter 8/Question8_5/Display.java:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public void refreshPage() {
35 /* updated page display */
36 }
37
38 public void turnPageForward() {
39 pageNumber++;

Callers 3

displayBookMethod · 0.95
turnPageForwardMethod · 0.95
turnPageBackwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected