Returns the lower endpoint of this range. @throws IllegalStateException if this range is unbounded below (that is, #hasLowerBound() returns false)
()
| 389 | |
| 390 | |
| 391 | public C lowerEndpoint() { |
| 392 | return lowerBound.endpoint(); |
| 393 | } |
| 394 | |
| 395 | /** |
| 396 | * Returns the type of this range's lower bound: {@link BoundType#CLOSED} if the range includes |
no test coverage detected