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

Method belowValue

corpus/java/training/guava/collect/Cut.java:287–289  ·  view source on GitHub ↗
(C endpoint)

Source from the content-addressed store, hash-verified

285 }
286
287 static <C extends Comparable> Cut<C> belowValue(C endpoint) {
288 return new BelowValue<C>(endpoint);
289 }
290
291 private static final class BelowValue<C extends Comparable> extends Cut<C> {
292 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