MCPcopy Create free account
hub / github.com/antlr/codebuff / belowValue

Method belowValue

output/java_guava/1.4.18/Cut.java:291–293  ·  view source on GitHub ↗
(C endpoint)

Source from the content-addressed store, hash-verified

289
290
291 static <C extends Comparable> Cut<C> belowValue(C endpoint) {
292 return new BelowValue<C>(endpoint);
293 }
294
295 private static final class BelowValue<C extends Comparable> extends Cut<C> {
296 BelowValue(C endpoint) {

Callers 15

rangeContainingMethod · 0.95
entryIteratorMethod · 0.95
canonicalMethod · 0.95
getEntryMethod · 0.95
openMethod · 0.95
closedMethod · 0.95
closedOpenMethod · 0.95
rangeMethod · 0.95
lessThanMethod · 0.95
atLeastMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected