MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / remove

Method remove

Hashtable/design-hashset.java:11–13  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

9 }
10
11 public void remove(int key) {
12 flag[key]=false;
13 }
14
15 public boolean contains(int key) {
16 return flag[key];

Callers 7

getSkylineMethod · 0.45
onkeyMethod · 0.45
onkeypressMethod · 0.45
_clearstampMethod · 0.45
_undogotoMethod · 0.45
_undoMethod · 0.45
checkForCycleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected