(@Nullable T left, @Nullable T right)
| 504 | // Override to add @Nullable |
| 505 | |
| 506 | @CanIgnoreReturnValue // TODO(kak): Consider removing this |
| 507 | @Override |
| 508 | public abstract int compare(@Nullable T left, @Nullable T right); |
| 509 | |
| 510 | /** |
| 511 | * Returns the least of the specified values according to this ordering. If |