MCPcopy Index your code
hub / github.com/careercup/ctci / toString

Method toString

java/Chapter 7/Question7_5/Line.java:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 public String toString() {
12 return "Line from " + start.toString() + " to " + end.toString();
13 }
14}

Callers 1

doTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected