JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
ADD
SUBTRACT
MULTIPLY
DIVIDE
MODULUS
NEGATION
EQUAL
COMPARISON_UNORDERED_LAST
COMPARISON_UNORDERED_FIRST
LESS_THAN
LESS_THAN_OR_EQUAL
CAST
SUBSCRIPT
HASH_CODE
SATURATED_FLOOR_CAST
IDENTICAL
XX_HASH_64
INDETERMINATE
READ_VALUE
Method Details
values()
valueOf(String)
getOperator()
getArgumentCount()
Enum Constant Summary
Enum Constants
Normal comparison operator, but unordered values such as NaN are placed before all normal values.
Normal comparison operator, but unordered values such as NaN are placed after all normal values.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
COMPARISON_UNORDERED_LAST
COMPARISON_UNORDERED_FIRST