Searched refs:charArr (Results 1 – 1 of 1) sorted by relevance
2384 char[] charArr = { 'a', 'g', 'x', 'c', 'm' }; in test_hashCode$LC() local2386 for (int i = 0; i < charArr.length; i++) { in test_hashCode$LC()2387 listOfCharacter.add(new Character(charArr[i])); in test_hashCode$LC()2390 arrayHashCode = Arrays.hashCode(charArr); in test_hashCode$LC()