Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cschanck/single-file-java
/ put
Method
put
src/main/java/org/sfj/JSONOne.java:430–433 ·
view source on GitHub ↗
(String key, JObject value)
Source
from the content-addressed store, hash-verified
428
}
429
430
@Override
431
public
JObject put(String key, JObject value) {
432
return
map.put(key, value);
433
}
434
435
@Override
436
public
JObject remove(Object key) {
Callers
15
testThreadSafe15SecondsX4
Method · 0.45
testMap
Method · 0.45
testExpansion
Method · 0.45
setPrepState
Method · 0.45
setAccState
Method · 0.45
setAllWorking
Method · 0.45
store
Method · 0.45
testSimpleWithFailureNodes
Method · 0.45
exercise
Method · 0.45
dictTable
Method · 0.45
registerIncomingClient
Method · 0.45
createOutgoingClient
Method · 0.45
Calls
no outgoing calls
Tested by
9
testThreadSafe15SecondsX4
Method · 0.36
testMap
Method · 0.36
testExpansion
Method · 0.36
setPrepState
Method · 0.36
setAccState
Method · 0.36
setAllWorking
Method · 0.36
store
Method · 0.36
testSimpleWithFailureNodes
Method · 0.36
exercise
Method · 0.36