Home
last modified time | relevance | path

Searched refs:intArr (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java2363 int[] intArr = { 10, 5, 134, 7, 19 }; in test_hashCode$LI() local
2366 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()