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

Method aboveValue

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

Source from the content-addressed store, hash-verified

388 }
389
390 static <C extends Comparable> Cut<C> aboveValue(C endpoint) {
391 return new AboveValue<>(endpoint);
392 }
393
394 private static final class AboveValue<C extends Comparable> extends Cut<C> {
395 AboveValue(C endpoint) {

Callers 7

openMethod · 0.95
closedMethod · 0.95
openClosedMethod · 0.95
rangeMethod · 0.95
atMostMethod · 0.95
greaterThanMethod · 0.95
TreeRangeSetTestClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected