public static class SodaNumberCoercion.Thing
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte |
_byteValue |
double |
_doubleValue |
float |
_floatValue |
int |
_intValue |
long |
_longValue |
short |
_shortValue |
| Constructor and Description |
|---|
SodaNumberCoercion.Thing(byte byteValue,
short shortValue,
int intValue,
long longValue,
float floatValue,
double doubleValue) |