Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ get
Method
get
classpath/java/util/WeakHashMap.java:57–60 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
55
}
56
57
public
V get(Object key) {
58
poll();
59
return
map.get(key);
60
}
61
62
public
V put(K key, V value) {
63
poll();
Callers
1
main
Method · 0.95
Calls
2
poll
Method · 0.95
get
Method · 0.65
Tested by
1
main
Method · 0.76