Returns true if this range has a lower endpoint.
()
| 357 | * Returns {@code true} if this range has a lower endpoint. |
| 358 | */ |
| 359 | public boolean hasLowerBound() { |
| 360 | return lowerBound != Cut.belowAll(); |
| 361 | } |
| 362 | |
| 363 | /** |
| 364 | * Returns the lower endpoint of this range. |
no test coverage detected