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

Method upperBoundType

output/java_guava/1.4.18/Range.java:438–440  ·  view source on GitHub ↗

Returns the type of this range's upper bound: BoundType#CLOSED if the range includes its upper endpoint, BoundType#OPEN if it does not. @throws IllegalStateException if this range is unbounded above (that is, #hasUpperBound() returns false)

()

Source from the content-addressed store, hash-verified

436
437
438 public BoundType upperBoundType() {
439 return upperBound.typeAsUpperBound();
440 }
441
442 /**
443 * Returns {@code true} if this range is of the form {@code [v..v)} or {@code (v..v]}. (This does

Callers 4

subMapMethod · 0.45
fromMethod · 0.45
subSetMethod · 0.45

Calls 1

typeAsUpperBoundMethod · 0.45

Tested by

no test coverage detected