Package net.sf.ezmorph.array

Morphers for arrays.

See:
          Description

Class Summary
AbstractArrayMorpher Base class for array Morphers.
BooleanArrayMorpher Morphs an array to a boolean[].
BooleanObjectArrayMorpher Morphs an array to a Boolean[].
ByteArrayMorpher Morphs an array to a byte[].
CharacterObjectArrayMorpher Morphs an array to a Character[].
CharArrayMorpher Morphs an array to a char[].
DoubleArrayMorpher Morphs an array to a double[].
FloatArrayMorpher Morphs an array to a float[].
IntArrayMorpher Morphs an array to a int[].
LongArrayMorpher Morphs an array to a long[].
ObjectArrayMorpher Morphs an array to another array using a Morpher.
ShortArrayMorpher Morphs an array to a short[].
 

Package net.sf.ezmorph.array Description

Morphers for arrays.



Copyright © 2006-2008. All Rights Reserved.