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

Method upperEndpoint

corpus/java/training/guava/collect/Range.java:397–399  ·  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

395 * #hasUpperBound()} returns {@code false})
396 */
397 public C upperEndpoint() {
398 return upperBound.endpoint();
399 }
400
401 /**
402 * 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