Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMinimalSet.java76 int hashCodeSum = 0; in hashCode() local
78 hashCodeSum += (o == null) ? 0 : o.hashCode(); in hashCode()
80 return hashCodeSum; in hashCode()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMinimalSet.java76 int hashCodeSum = 0; in hashCode() local
78 hashCodeSum += (o == null) ? 0 : o.hashCode(); in hashCode()
80 return hashCodeSum; in hashCode()