Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ removeParticipant
Method
removeParticipant
java/Chapter 8/Question8_7/GroupChat.java:4–6 ·
view source on GitHub ↗
(User user)
Source
from the content-addressed store, hash-verified
2
3
public
class
GroupChat extends Conversation {
4
public
void
removeParticipant(User user) {
5
participants.remove(user);
6
}
7
8
public
void
addParticipant(User user) {
9
participants.add(user);
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected