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

Method lessThan

output/java_guava/1.4.17/Range.java:229–231  ·  view source on GitHub ↗

Returns a range that contains all values strictly less than endpoint. @since 14.0

(C endpoint)

Source from the content-addressed store, hash-verified

227
228
229 public static <C extends Comparable<?>> Range<C> lessThan(C endpoint) {
230 return create(Cut.<C>belowAll(), Cut.belowValue(endpoint));
231 }
232
233 /**
234 * Returns a range that contains all values less than or equal to

Callers 1

upToMethod · 0.95

Calls 3

createMethod · 0.95
belowAllMethod · 0.95
belowValueMethod · 0.95

Tested by

no test coverage detected