Example usage for Java java.lang Number fields, constructors, methods, implement or subclass
The text is from its open source code.
Number() Constructor for subclasses to call. |
byte | byteValue() Returns the value of the specified number as a byte . |
double | doubleValue() Returns the value of the specified number as a double . |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
float | floatValue() Returns the value of the specified number as a float . |
Class> | getClass() Returns the runtime class of this Object . |
int | hashCode() Returns a hash code value for the object. |
int | intValue() Returns the value of the specified number as an int . |
long | longValue() Returns the value of the specified number as a long . |
short | shortValue() Returns the value of the specified number as a short . |
String | toString() Returns a string representation of the object. |