MCPcopy
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

deleteEntryMethod · 0.45
assignCallMethod · 0.45
putMethod · 0.45
removeAddRequestMethod · 0.45
userSignedOffMethod · 0.45
removeParticipantMethod · 0.45
removeLocationMethod · 0.45

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected