Package net.sf.ezmorph.array
Class LongArrayMorpher
java.lang.Object
net.sf.ezmorph.array.AbstractArrayMorpher
net.sf.ezmorph.array.LongArrayMorpher
- All Implemented Interfaces:
Morpher
,ObjectMorpher
Morphs an array to a long[].
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.ezmorph.array.AbstractArrayMorpher
createDimensions, getDimensions, isUseDefault, setUseDefault, supports
-
Field Details
-
LONG_ARRAY_CLASS
-
defaultValue
private long defaultValue
-
-
Constructor Details
-
LongArrayMorpher
public LongArrayMorpher() -
LongArrayMorpher
public LongArrayMorpher(long defaultValue) - Parameters:
defaultValue
- return value if the value to be morphed is null
-
-
Method Details
-
equals
-
getDefaultValue
public long getDefaultValue()Returns the default value for this Morpher. -
hashCode
public int hashCode() -
morph
Description copied from interface:ObjectMorpher
Morphs the input object into an output object of the supported type.- Parameters:
array
- The input value to be morphed
-
morphsTo
Description copied from interface:Morpher
Returns the target Class for conversion.- Returns:
- the target Class for conversion.
-