Returns the upper endpoint of this range. @throws IllegalStateException if this range is unbounded above (that is, #hasUpperBound() returns false)
()
| 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 |
no test coverage detected