MCPcopy Index your code
hub / github.com/careercup/ctci / find

Method find

java/Chapter 8/Question8_5/UserManager.java:29–31  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

27 }
28
29 public User find(int id){
30 return users.get(id);
31 }
32}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected