Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ firstEntry
Method
firstEntry
output/java_guava/1.4.17/Maps.java:3316–3319 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3314
}
3315
3316
@Override
3317
public
Entry<K, V> firstEntry() {
3318
return
unmodifiableOrNull(delegate.firstEntry());
3319
}
3320
3321
@Override
3322
public
Entry<K, V> lastEntry() {
Callers
nothing calls this directly
Calls
2
firstEntry
Method · 0.65
unmodifiableOrNull
Method · 0.45
Tested by
no test coverage detected