public static interface PartialOrder.PartialComparable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object other) |
int |
fallbackCompareTo(java.lang.Object other)
This method can provide a deterministic ordering for elements that are strictly not comparable.
|