Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ higher
Method
higher
output/java_guava/1.4.19/Maps.java:3801–3804 ·
view source on GitHub ↗
(K e)
Source
from the content-addressed store, hash-verified
3799
}
3800
3801
@Override
3802
public
K higher(K e) {
3803
return
map().higherKey(e);
3804
}
3805
3806
@Override
3807
public
K pollFirst() {
Callers
nothing calls this directly
Calls
2
map
Method · 0.95
higherKey
Method · 0.45
Tested by
no test coverage detected