Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ put
Method
put
classpath/java/util/WeakHashMap.java:62–65 ·
view source on GitHub ↗
(K key, V value)
Source
from the content-addressed store, hash-verified
60
}
61
62
public
V put(K key, V value) {
63
poll();
64
return
map.put(key, value);
65
}
66
67
public
void
putAll(Map<? extends K,? extends V> elts) {
68
map.putAll(elts);
Callers
1
main
Method · 0.95
Calls
2
poll
Method · 0.95
put
Method · 0.65
Tested by
1
main
Method · 0.76