Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java1261 int entryHash = (e.getKey() == null ? 0 : e.getKey().hashCode()) ^ in testMap() local
1263 check(e.hashCode() == entryHash); in testMap()
1264 hashCode += entryHash; in testMap()