Gets the maximum value in this range. @return the maximum value in this range, not null.
()
| 374 | * @return the maximum value in this range, not null. |
| 375 | */ |
| 376 | public T getMaximum() { |
| 377 | return maximum; |
| 378 | } |
| 379 | |
| 380 | /** |
| 381 | * Gets the minimum value in this range. |
no outgoing calls