|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fullspan.util.ArrayUtil
Static utility methods for arrays (this class has a private constructor and cannot be instantiated).
| Method Summary | |
static java.lang.Object |
arrayCopyToType(java.lang.Object srcArray,
java.lang.Class type)
Copy an array to an array of a specified type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.Object arrayCopyToType(java.lang.Object srcArray,
java.lang.Class type)
srcArray - the source arraytype - the desired type of the new array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||