net.sf.ezmorph.array

Class CharacterObjectArrayMorpher

public final class CharacterObjectArrayMorpher extends AbstractArrayMorpher

Morphs an array to a Character[].

Author: Andres Almiray

Constructor Summary
CharacterObjectArrayMorpher()
CharacterObjectArrayMorpher(Character defaultValue)
Method Summary
booleanequals(Object obj)
CharactergetDefaultValue()
inthashCode()
Objectmorph(Object array)
ClassmorphsTo()

Constructor Detail

CharacterObjectArrayMorpher

public CharacterObjectArrayMorpher()

CharacterObjectArrayMorpher

public CharacterObjectArrayMorpher(Character defaultValue)

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

Method Detail

equals

public boolean equals(Object obj)

getDefaultValue

public Character getDefaultValue()

hashCode

public int hashCode()

morph

public Object morph(Object array)

morphsTo

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