net.sf.ezmorph.array

Class FloatArrayMorpher

public final class FloatArrayMorpher extends AbstractArrayMorpher

Morphs an array to a float[].

Author: Andres Almiray

Constructor Summary
FloatArrayMorpher()
FloatArrayMorpher(float defaultValue)
Method Summary
booleanequals(Object obj)
floatgetDefaultValue()
Returns the default value for this Morpher.
inthashCode()
Objectmorph(Object array)
ClassmorphsTo()

Constructor Detail

FloatArrayMorpher

public FloatArrayMorpher()

FloatArrayMorpher

public FloatArrayMorpher(float defaultValue)

Parameters: defaultValue return value if the value to be morphed is null

Method Detail

equals

public boolean equals(Object obj)

getDefaultValue

public float getDefaultValue()
Returns the default value for this Morpher.

hashCode

public int hashCode()

morph

public Object morph(Object array)

morphsTo

public Class morphsTo()
Copyright © 2006-2010. All Rights Reserved.