Operations on arrays, primitive arrays (like {@code int[]}) and primitive wrapper arrays (like {@code Integer[]}).
This class tries to handle {@code null} input gracefully.An exception will not be thrown for a {@code null}array input. However, an Object array that contains a {@code null}element may throw an exception. Each method documents its behaviour.
#ThreadSafe#
@since 2.0 @version $Id: ArrayUtils.java 1089730 2011-04-07 04:14:33Z bayard $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|