public static class TestCaseClasses.PrimitiveNumberHolder extends Object
| Constructor and Description |
|---|
TestCaseClasses.PrimitiveNumberHolder(short shortValue,
int intValue,
long longValue,
float floatValue,
double doubleValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
double |
getDoubleValue() |
float |
getFloatValue() |
int |
getIntValue() |
long |
getLongValue() |
short |
getShortValue() |
int |
hashCode() |
String |
toString() |
public TestCaseClasses.PrimitiveNumberHolder(short shortValue,
int intValue,
long longValue,
float floatValue,
double doubleValue)
Copyright © 2015 Glasnost. All Rights Reserved.