AbstractEnum.opCmp

Compares this enum with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.

Enum constants are only comparable to other enum constants of the same enum type. The natural order implemented by this method is the order in which the constants are declared.

class AbstractEnum(E)
final
int
opCmp
(
E o
)

Meta