MCPcopy 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

getIDMethod · 0.45

Tested by

no test coverage detected