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

Method isSameAs

java/Chapter 8/Question8_8/Location.java:11–13  ·  view source on GitHub ↗
(int r, int c)

Source from the content-addressed store, hash-verified

9 }
10
11 public boolean isSameAs(int r, int c) {
12 return row == r && column == c;
13 }
14
15 public int getRow() {
16 return row;

Callers 1

removeLocationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected