concatenate two arrays
2018-07-12 18:21:54 1 举报
11
作者其他创作
大纲/内容
method
IndexOutOfBoundsException
java.lang
class
ArrayStoreException
if either src or dest is null.
IllegalArgumentException
throw
new array
java.lang.System
org.apache.commons.lang3.ArrayUtils
if an element in the src array could not be stored into the dest array because of a type mismatch.
NullPointerException
if the array types are incompatible
if copying would cause access of data outside array bounds.
0 条评论
下一页