Returns true if this
is less than that
Returns true if this
is less than that
Returns true if this
is less than or equal to that
.
Returns true if this
is less than or equal to that
.
Returns true if this
is greater than that
.
Returns true if this
is greater than that
.
Returns true if this
is greater than or equal to that
.
Returns true if this
is greater than or equal to that
.
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
Implement this method to determine how instances of A will be sorted.
Returns x
where:
x < 0
when this < that
x == 0
when this == that
x > 0
when this > that
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
The equality method for reference types.
The hashCode method for reference types.
Returns true
iff this has a zero fractional part, and is within the
range of Byte MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Byte MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Char MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Char MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Int MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Int MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Short MinValue and MaxValue; otherwise returns false
.
Returns true
iff this has a zero fractional part, and is within the
range of Short MinValue and MaxValue; otherwise returns false
.
Returns the value of this as a Byte.
Returns the value of this as a Byte. This may involve rounding or truncation.
Returns the value of this as a Char.
Returns the value of this as a Char. This may involve rounding or truncation.
Returns the value of this as a Double.
Returns the value of this as a Double. This may involve rounding or truncation.
Returns the value of this as a Float.
Returns the value of this as a Float. This may involve rounding or truncation.
Returns the value of this as an Int.
Returns the value of this as an Int. This may involve rounding or truncation.
Returns the value of this as a Long.
Returns the value of this as a Long. This may involve rounding or truncation.
Returns the value of this as a Short.
Returns the value of this as a Short. This may involve rounding or truncation.
Creates a String representation of this object.