net.sf.ezmorph.array

Class BooleanArrayMorpher

public final class BooleanArrayMorpher extends AbstractArrayMorpher

Morphs an array to a boolean[].

Author: Andres Almiray

Constructor Summary
BooleanArrayMorpher()
BooleanArrayMorpher(boolean defaultValue)
Method Summary
booleanequals(Object obj)
booleangetDefaultValue()
inthashCode()
Objectmorph(Object array)
ClassmorphsTo()

Constructor Detail

BooleanArrayMorpher

public BooleanArrayMorpher()

BooleanArrayMorpher

public BooleanArrayMorpher(boolean defaultValue)

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

Method Detail

equals

public boolean equals(Object obj)

getDefaultValue

public boolean getDefaultValue()

hashCode

public int hashCode()

morph

public Object morph(Object array)

morphsTo

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