MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / move

Method move

strings/Turtle.java:15–18  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

13 this.f = f;
14 }
15 public void move(int x, int y) {
16 f.format("%s The Turtle is at (%d,%d)%n",
17 name, x, y);
18 }
19 public static void main(String[] args) {
20 PrintStream outAlias = System.out;
21 Turtle tommy = new Turtle("Tommy",

Callers 1

mainMethod · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected