Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ ceiling
Method
ceiling
output/java_guava/1.4.17/ImmutableSortedSet.java:708–712 ·
view source on GitHub ↗
@since 12.0
(E e)
Source
from the content-addressed store, hash-verified
706
*/
707
708
@GwtIncompatible
// NavigableSet
709
@Override
710
public
E ceiling(E e) {
711
return
Iterables.getFirst(tailSet(e, true), null);
712
}
713
714
/**
715
* @since 12.0
Callers
nothing calls this directly
Calls
2
getFirst
Method · 0.95
tailSet
Method · 0.95
Tested by
no test coverage detected