public static class SodaNumberCoercionTestCase.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 |
|---|
SodaNumberCoercionTestCase.Thing(byte byteValue,
short shortValue,
int intValue,
long longValue,
float floatValue,
double doubleValue) |