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

Method clone

java/Chapter 11/Question11_6/Coordinate.java:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public Object clone() {
23 return new Coordinate(row, column);
24 }
25
26 public void moveDownRight() {
27 row++;

Callers 1

findElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected