Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ remove
Method
remove
java/Chapter 8/Question8_5/UserManager.java:17–19 ·
view source on GitHub ↗
(User u)
Source
from the content-addressed store, hash-verified
15
}
16
17
public
boolean remove(User u) {
18
return
remove(u.getID());
19
}
20
21
public
boolean remove(
int
id) {
22
if
(!users.containsKey(id)) {
Callers
nothing calls this directly
Calls
1
getID
Method · 0.45
Tested by
no test coverage detected