MCPcopy
hub / github.com/careercup/ctci / getRow

Method getRow

java/Chapter 8/Question8_8/Location.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public int getRow() {
16 return row;
17 }
18
19 public int getColumn() {
20 return column;

Callers 1

playRandomMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected