Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cschanck/single-file-java
/ remove
Method
remove
src/main/java/org/sfj/JSONOne.java:435–438 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
433
}
434
435
@Override
436
public
JObject remove(Object key) {
437
return
map.remove(key);
438
}
439
440
@Override
441
public
void
clear() {
Callers
10
testThreadSafe15SecondsX4
Method · 0.45
deregisterClient
Method · 0.45
deregisterClient
Method · 0.45
clientProxy
Method · 0.45
complete
Method · 0.45
remove
Method · 0.45
scanForArgWithParm
Method · 0.45
scanForFlag
Method · 0.45
scanForAllFlags
Method · 0.45
scanForAllParamArgs
Method · 0.45
Calls
no outgoing calls
Tested by
1
testThreadSafe15SecondsX4
Method · 0.36