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

Method isLessThan

output/java_guava/1.4.16/Cut.java:300–303  ·  view source on GitHub ↗
(C value)

Source from the content-addressed store, hash-verified

298 }
299
300 @Override
301 boolean isLessThan(C value) {
302 return Range.compareOrThrow(endpoint, value) <= 0;
303 }
304
305 @Override
306 BoundType typeAsLowerBound() {

Callers

nothing calls this directly

Calls 1

compareOrThrowMethod · 0.95

Tested by

no test coverage detected