net.sf.ezmorph.array

Class LongArrayMorpher

public final class LongArrayMorpher extends AbstractArrayMorpher

Morphs an array to a long[].

Author: Andres Almiray

Constructor Summary
LongArrayMorpher()
LongArrayMorpher(long defaultValue)
Method Summary
booleanequals(Object obj)
longgetDefaultValue()
Returns the default value for this Morpher.
inthashCode()
Objectmorph(Object array)
ClassmorphsTo()

Constructor Detail

LongArrayMorpher

public LongArrayMorpher()

LongArrayMorpher

public LongArrayMorpher(long defaultValue)

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

Method Detail

equals

public boolean equals(Object obj)

getDefaultValue

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

hashCode

public int hashCode()

morph

public Object morph(Object array)

morphsTo

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