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

Method lowerBoundFn

output/java_guava/1.4.19/Range.java:122–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 };
121
122 @SuppressWarnings("unchecked")
123 static <C extends Comparable<?>> Function<Range<C>, Cut<C>> lowerBoundFn() {
124 return (Function) LOWER_BOUND_FN;
125 }
126
127 private static final Function<Range, Cut> UPPER_BOUND_FN = new Function<Range, Cut>() {
128 @Override

Callers 7

getMethod · 0.95
getEntryMethod · 0.95
subRangeMapMethod · 0.95
intersectsMethod · 0.95
enclosesMethod · 0.95
rangeContainingMethod · 0.95
intersectRangesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected