Package | Description |
---|---|
net.sf.ezmorph.array |
Morphers for arrays.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanArrayMorpher |
Morphs an array to a boolean[].
|
class |
BooleanObjectArrayMorpher |
Morphs an array to a Boolean[].
|
class |
ByteArrayMorpher |
Morphs an array to a byte[].
|
class |
CharacterObjectArrayMorpher |
Morphs an array to a Character[].
|
class |
CharArrayMorpher |
Morphs an array to a char[].
|
class |
DoubleArrayMorpher |
Morphs an array to a double[].
|
class |
FloatArrayMorpher |
Morphs an array to a float[].
|
class |
IntArrayMorpher |
Morphs an array to a int[].
|
class |
LongArrayMorpher |
Morphs an array to a long[].
|
class |
ObjectArrayMorpher |
Morphs an array to another array using a Morpher.
|
class |
ShortArrayMorpher |
Morphs an array to a short[].
|
Copyright © 2006–2019. All rights reserved.