MCPcopy
hub / github.com/google/guava / belowValue

Method belowValue

guava/src/com/google/common/collect/Cut.java:309–311  ·  view source on GitHub ↗
(C endpoint)

Source from the content-addressed store, hash-verified

307 }
308
309 static <C extends Comparable> Cut<C> belowValue(C endpoint) {
310 return new BelowValue<>(endpoint);
311 }
312
313 private static final class BelowValue<C extends Comparable> extends Cut<C> {
314 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