Searched refs:intArr (Results 1 – 1 of 1) sorted by relevance
2363 int[] intArr = { 10, 5, 134, 7, 19 }; in test_hashCode$LI() local2366 for (int i = 0; i < intArr.length; i++) { in test_hashCode$LI()2367 listOfInteger.add(new Integer(intArr[i])); in test_hashCode$LI()2370 arrayHashCode = Arrays.hashCode(intArr); in test_hashCode$LI()2374 assertEquals(Arrays.hashCode(intArr2), Arrays.hashCode(intArr)); in test_hashCode$LI()