public final class ParsedNumber extends Number
| Constructor and Description |
|---|
ParsedNumber(String value)
Create ParsedNumber
|
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
String |
toString() |
byteValue, shortValuepublic ParsedNumber(String value)
value - must not be nullpublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2018–2020. All rights reserved.