Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ firstKey
Method
firstKey
output/java_guava/1.4.16/Maps.java:956–959 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
954
}
955
956
@Override
957
public
K firstKey() {
958
return
backingSet().first();
959
}
960
961
@Override
962
public
K lastKey() {
Callers
nothing calls this directly
Calls
2
backingSet
Method · 0.95
first
Method · 0.45
Tested by
no test coverage detected