Home
last modified time | relevance | path

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

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