Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ firstEntry
Method
firstEntry
output/java_guava/1.4.19/Maps.java:3318–3321 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3316
}
3317
3318
@Override
3319
public
Entry<K, V> firstEntry() {
3320
return
unmodifiableOrNull(delegate.firstEntry());
3321
}
3322
3323
@Override
3324
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