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

Method upperEndpoint

output/java_guava/1.4.17/Range.java:425–427  ·  view source on GitHub ↗

Returns the upper endpoint of this range. @throws IllegalStateException if this range is unbounded above (that is, #hasUpperBound() returns false)

()

Source from the content-addressed store, hash-verified

423
424
425 public C upperEndpoint() {
426 return upperBound.endpoint();
427 }
428
429 /**
430 * Returns the type of this range's upper bound: {@link BoundType#CLOSED} if the range includes

Callers 5

subMapMethod · 0.45
fromMethod · 0.45
subSetMethod · 0.45

Calls 1

endpointMethod · 0.45

Tested by

no test coverage detected