(
T first,
T second
)
| 421 | * @since 3.25/4.21 |
| 422 | */ |
| 423 | @Override |
| 424 | public int compare( |
| 425 | T first, |
| 426 | T second |
| 427 | ) { |
| 428 | |
| 429 | return first.compareTo(second); |
| 430 | |
| 431 | } |
| 432 | |
| 433 | /** |
| 434 | * <p>Yields the minimum of this time axis. </p> |