(@Nullable T left, @Nullable T right)
| 490 | |
| 491 | // Override to add @Nullable |
| 492 | @CanIgnoreReturnValue // TODO(kak): Consider removing this |
| 493 | @Override |
| 494 | public abstract int compare(@Nullable T left, @Nullable T right); |
| 495 | |
| 496 | /** |
| 497 | * Returns the least of the specified values according to this ordering. If |
no outgoing calls
no test coverage detected