public class FastNumber extends Number
Number optimized for speed at the cost of memory.| Constructor and Description |
|---|
FastNumber(Number number) |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
byteValue, shortValuepublic FastNumber(Number number)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Number