Searched refs:listHashCode (Results 1 – 1 of 1) sorted by relevance
2343 int listHashCode; in test_hashCode$LZ() local2351 listHashCode = listOfBoolean.hashCode(); in test_hashCode$LZ()2353 assertEquals(listHashCode, arrayHashCode); in test_hashCode$LZ()2360 int listHashCode; in test_hashCode$LI() local2369 listHashCode = listOfInteger.hashCode(); in test_hashCode$LI()2371 assertEquals(listHashCode, arrayHashCode); in test_hashCode$LI()2381 int listHashCode; in test_hashCode$LC() local2389 listHashCode = listOfCharacter.hashCode(); in test_hashCode$LC()2391 assertEquals(listHashCode, arrayHashCode); in test_hashCode$LC()2398 int listHashCode; in test_hashCode$LB() local[all …]