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

Method aboveValue

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

Source from the content-addressed store, hash-verified

373
374
375 static <C extends Comparable> Cut<C> aboveValue(C endpoint) {
376 return new AboveValue<C>(endpoint);
377 }
378
379 private static final class AboveValue<C extends Comparable> extends Cut<C> {
380 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