Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPersonWithID
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected