public interface NumberType
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
byteValue() |
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
String |
toBinaryString() |
String |
toHexString() |
String |
toOctalString() |
Copyright © 2019. All rights reserved.