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

Method hasUpperBound

output/java_guava/1.4.16/Range.java:413–415  ·  view source on GitHub ↗

Returns true if this range has an upper endpoint.

()

Source from the content-addressed store, hash-verified

411
412
413 public boolean hasUpperBound() {
414 return upperBound != Cut.aboveAll();
415 }
416
417 /**
418 * Returns the upper endpoint of this range.

Callers 11

subMapMethod · 0.45
removeMethod · 0.45
aggregateForEntriesMethod · 0.45
lastNodeMethod · 0.45
subSetMethod · 0.45
createMethod · 0.45
ComplementRangesMethod · 0.45
intersectRangesMethod · 0.45
asSetMethod · 0.45

Calls 1

aboveAllMethod · 0.95

Tested by

no test coverage detected