Package net.sf.ezmorph.array
Morphers for arrays.
-
Class Summary Class Description 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[].