Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ entrySet
Method
entrySet
lib/java/util/Collections.java:731–735 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
729
}
730
731
public
Set<Map.Entry<K, V>> entrySet() {
732
synchronized (mutex) {
733
return
new
SynchronizedSet<Map.Entry<K, V>>(m.entrySet(), mutex);
734
}
735
}
736
737
@Override
738
public
boolean equals(Object object) {
Callers
nothing calls this directly
Calls
1
entrySet
Method · 0.65
Tested by
no test coverage detected