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

Method turnPageBackward

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

Source from the content-addressed store, hash-verified

41 }
42
43 public void turnPageBackward() {
44 pageNumber--;
45 refreshPage();
46 }
47}

Callers

nothing calls this directly

Calls 1

refreshPageMethod · 0.95

Tested by

no test coverage detected