public class Byte4D extends Number4D
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<java.lang.Byte> |
TYPE |
Constructor and Description |
---|
Byte4D(byte v) |
Modifier and Type | Method and Description |
---|---|
byte |
byteValue()
Return the value of this
Number as a byte . |
double |
doubleValue()
Return the value of this
Number as a float . |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
intValue()
Return the value of this
Number as an int . |
long |
longValue()
Return the value of this
Number as a long . |
java.lang.String |
toString() |
static Byte4D |
valueOf(byte b) |
static Byte4D |
valueOf(java.lang.String s) |
shortValue
public byte byteValue()
Number4D
Number
as a byte
.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static Byte4D valueOf(byte b)
public static Byte4D valueOf(java.lang.String s) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public int intValue()
Number4D
Number
as an int
.public long longValue()
Number4D
Number
as a long
.public double doubleValue()
Number4D
Number
as a float
.doubleValue
in class Number4D