Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/careercup/ctci
/ remove
Method
remove
java/Chapter 8/Question8_5/Library.java:18–20 ·
view source on GitHub ↗
(Book b)
Source
from the content-addressed store, hash-verified
16
}
17
18
public
boolean remove(Book b){
19
return
remove(b.getID());
20
}
21
22
public
boolean remove(
int
id) {
23
if
(!books.containsKey(id)) {
Callers
7
deleteEntry
Method · 0.45
assignCall
Method · 0.45
put
Method · 0.45
removeAddRequest
Method · 0.45
userSignedOff
Method · 0.45
removeParticipant
Method · 0.45
removeLocation
Method · 0.45
Calls
1
getID
Method · 0.45
Tested by
no test coverage detected