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

Method lessThan

corpus/java/training/guava/collect/Range.java:224–226  ·  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

222 * @since 14.0
223 */
224 public static <C extends Comparable<?>> Range<C> lessThan(C endpoint) {
225 return create(Cut.<C>belowAll(), Cut.belowValue(endpoint));
226 }
227
228 /**
229 * 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