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

Method getPersonWithID

java/Chapter 10/Question10_2/Machine.java:9–11  ·  view source on GitHub ↗
(int personID)

Source from the content-addressed store, hash-verified

7 public int machineID;
8
9 public Person getPersonWithID(int personID) {
10 return persons.get(personID);
11 }
12}

Callers 1

getPersonWithIDMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected