Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ firstKey
Method
firstKey
guava/src/com/google/common/collect/Maps.java:996–1000 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
994
}
995
996
@Override
997
@ParametricNullness
998
public
K firstKey() {
999
return
backingSet().first();
1000
}
1001
1002
@Override
1003
@ParametricNullness
Callers
nothing calls this directly
Calls
2
backingSet
Method · 0.95
first
Method · 0.45
Tested by
no test coverage detected