Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ entrySet
Method
entrySet
lib/java/util/Collections.java:1316–1318 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1314
}
1315
1316
public
Set<Map.Entry<K, V>> entrySet() {
1317
return
new
UnmodifiableEntrySet<K, V>(m.entrySet());
1318
}
1319
1320
@Override
1321
public
boolean equals(Object object) {
Callers
nothing calls this directly
Calls
1
entrySet
Method · 0.65
Tested by
no test coverage detected