public interface NumberType
| Modifier and Type | Field and Description |
|---|---|
static int |
RADIX_BIN |
static int |
RADIX_HEX |
static int |
RADIX_OCT |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
String |
toBinaryString() |
String |
toHexString() |
String |
toOctalString() |
static final int RADIX_HEX
static final int RADIX_OCT
static final int RADIX_BIN
Copyright © 2020. All rights reserved.