Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ higher
Method
higher
corpus/java/training/guava/collect/Maps.java:3733–3736 ·
view source on GitHub ↗
(K e)
Source
from the content-addressed store, hash-verified
3731
}
3732
3733
@Override
3734
public
K higher(K e) {
3735
return
map().higherKey(e);
3736
}
3737
3738
@Override
3739
public
K pollFirst() {
Callers
nothing calls this directly
Calls
2
map
Method · 0.95
higherKey
Method · 0.45
Tested by
no test coverage detected