public final class DoubleArrayMorpher extends AbstractArrayMorpher
| Modifier and Type | Field and Description |
|---|---|
private double |
defaultValue |
private static java.lang.Class |
DOUBLE_ARRAY_CLASS |
| Constructor and Description |
|---|
DoubleArrayMorpher() |
DoubleArrayMorpher(double defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double |
getDefaultValue()
Returns the default value for this Morpher.
|
int |
hashCode() |
java.lang.Object |
morph(java.lang.Object array)
Morphs the input object into an output object of the supported type.
|
java.lang.Class |
morphsTo()
Returns the target Class for conversion.
|
createDimensions, getDimensions, isUseDefault, setUseDefault, supportsprivate static final java.lang.Class DOUBLE_ARRAY_CLASS
private double defaultValue
public DoubleArrayMorpher()
public DoubleArrayMorpher(double defaultValue)
defaultValue - return value if the value to be morphed is nullpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic double getDefaultValue()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object morph(java.lang.Object array)
ObjectMorpherarray - The input value to be morphedpublic java.lang.Class morphsTo()
Morpher