Searched refs:longArr (Results 1 – 1 of 1) sorted by relevance
2418 long[] longArr = { 67890234512l, 97587236923425l, 257421912912l, in test_hashCode$LJ() local2421 for (int i = 0; i < longArr.length; i++) { in test_hashCode$LJ()2422 listOfLong.add(new Long(longArr[i])); in test_hashCode$LJ()2425 arrayHashCode = Arrays.hashCode(longArr); in test_hashCode$LJ()