public static class TestCaseClasses.PrimitiveWrapperHolder extends Object
| Constructor and Description |
|---|
PrimitiveWrapperHolder(Short shortValue,
Integer intValue,
Long longValue,
Float floatValue,
Double doubleValue,
Character charValue,
Boolean booleanValue,
Byte byteValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Boolean |
getBooleanValue() |
Byte |
getByteValue() |
Character |
getCharValue() |
Double |
getDoubleValue() |
Float |
getFloatValue() |
Integer |
getIntValue() |
Long |
getLongValue() |
Short |
getShortValue() |
int |
hashCode() |
String |
toString() |
public Short getShortValue()
public Integer getIntValue()
public Long getLongValue()
public Float getFloatValue()
public Double getDoubleValue()
public Character getCharValue()
public Boolean getBooleanValue()
public Byte getByteValue()
Copyright © 2017 Glasnost. All Rights Reserved.