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

Method aboveValue

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

Source from the content-addressed store, hash-verified

368 }
369
370 static <C extends Comparable> Cut<C> aboveValue(C endpoint) {
371 return new AboveValue<C>(endpoint);
372 }
373
374 private static final class AboveValue<C extends Comparable> extends Cut<C> {
375 AboveValue(C endpoint) {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected