Gets the minimum value in this range. @return the minimum value in this range, not null.
()
| 383 | * @return the minimum value in this range, not null. |
| 384 | */ |
| 385 | public T getMinimum() { |
| 386 | return minimum; |
| 387 | } |
| 388 | |
| 389 | /** |
| 390 | * Gets a suitable hash code for the range. |
no outgoing calls