public final class DoubleArrayMorpher extends AbstractArrayMorpher
Constructor and Description |
---|
DoubleArrayMorpher() |
DoubleArrayMorpher(double defaultValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getDefaultValue()
Returns the default value for this Morpher.
|
int |
hashCode() |
Object |
morph(Object array)
Morphs the input object into an output object of the supported type.
|
Class |
morphsTo()
Returns the target Class for conversion.
|
createDimensions, getDimensions, isUseDefault, setUseDefault, supports
public DoubleArrayMorpher()
public DoubleArrayMorpher(double defaultValue)
defaultValue
- return value if the value to be morphed is nullpublic double getDefaultValue()
public Object morph(Object array)
ObjectMorpher
array
- The input value to be morphedCopyright © 2006–2021. All rights reserved.