486487488489490491492
* @param value * the given array. * @return <code>null</code>. */ public static int[] aryEq(int[] value) { return reportMatcher(new ArrayEquals(value)).returnNull(); }