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