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

Method isLessThan

output/java_guava/1.4.18/Cut.java:384–387  ·  view source on GitHub ↗
(C value)

Source from the content-addressed store, hash-verified

382 }
383
384 @Override
385 boolean isLessThan(C value) {
386 return Range.compareOrThrow(endpoint, value) < 0;
387 }
388
389 @Override
390 BoundType typeAsLowerBound() {

Callers

nothing calls this directly

Calls 1

compareOrThrowMethod · 0.95

Tested by

no test coverage detected