Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ leastValueAbove
Method
leastValueAbove
output/java_guava/1.4.18/Cut.java:435–438 ·
view source on GitHub ↗
(DiscreteDomain<C> domain)
Source
from the content-addressed store, hash-verified
433
}
434
435
@Override
436
C leastValueAbove(DiscreteDomain<C> domain) {
437
return
domain.next(endpoint);
438
}
439
440
@Override
441
C greatestValueBelow(DiscreteDomain<C> domain) {
Callers
1
canonical
Method · 0.95
Calls
1
next
Method · 0.65
Tested by
no test coverage detected