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

Method hasLowerBound

corpus/java/training/guava/collect/Range.java:359–361  ·  view source on GitHub ↗

Returns true if this range has a lower endpoint.

()

Source from the content-addressed store, hash-verified

357 * Returns {@code true} if this range has a lower endpoint.
358 */
359 public boolean hasLowerBound() {
360 return lowerBound != Cut.belowAll();
361 }
362
363 /**
364 * Returns the lower endpoint of this range.

Callers 10

subMapMethod · 0.45
entryIteratorMethod · 0.45
entryIteratorMethod · 0.45
aggregateForEntriesMethod · 0.45
firstNodeMethod · 0.45
subSetMethod · 0.45
createMethod · 0.45
ComplementRangesMethod · 0.45
intersectRangesMethod · 0.45
asSetMethod · 0.45

Calls 1

belowAllMethod · 0.95

Tested by

no test coverage detected