Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ higher
Method
higher
output/java_guava/1.4.16/Sets.java:1051–1054 ·
view source on GitHub ↗
(E e)
Source
from the content-addressed store, hash-verified
1049
}
1050
1051
@Override
1052
public
E higher(E e) {
1053
return
Iterables.getFirst(tailSet(e, false), null);
1054
}
1055
1056
@Override
1057
public
E pollFirst() {
Callers
nothing calls this directly
Calls
2
getFirst
Method · 0.95
tailSet
Method · 0.95
Tested by
no test coverage detected