static <E extends Comparable<? super E>> PartialOrderPosition |
PartiallyComparable.partialCompare(E left,
E right) |
Convert a total order comparison to a partial order comparison.
|
PartialOrderPosition |
PartiallyComparable.partialCompareTo(T o) |
Return the partial comparison of this object with another one.
|
static PartialOrderPosition |
PartialOrderPosition.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PartialOrderPosition[] |
PartialOrderPosition.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|