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

Method hasLowerBound

output/java_guava/1.4.17/Range.java:379–381  ·  view source on GitHub ↗

Returns true if this range has a lower endpoint.

()

Source from the content-addressed store, hash-verified

377
378
379 public boolean hasLowerBound() {
380 return lowerBound != Cut.belowAll();
381 }
382
383 /**
384 * 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