Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ put
Method
put
classpath/java/util/Hashtable.java:55–57 ·
view source on GitHub ↗
(K key, V value)
Source
from the content-addressed store, hash-verified
53
}
54
55
public
synchronized V put(K key, V value) {
56
return
map.put(key, value);
57
}
58
59
public
synchronized
void
putAll(Map<? extends K,? extends V> elts) {
60
map.putAll(elts);
Callers
1
Hashtable
Method · 0.95
Calls
1
put
Method · 0.65
Tested by
no test coverage detected