Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ entrySet
Method
entrySet
classpath/java/util/Collections.java:633–635 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
631
}
632
633
public
Set<Map.Entry<K, V>> entrySet() {
634
return
unmodifiableSet(inner.entrySet());
635
}
636
637
public
V get(Object key) {
638
return
inner.get(key);
Callers
nothing calls this directly
Calls
2
unmodifiableSet
Method · 0.80
entrySet
Method · 0.65
Tested by
no test coverage detected