Searched refs:hashCodeSum (Results 1 – 2 of 2) sorted by relevance
76 int hashCodeSum = 0; in hashCode() local78 hashCodeSum += (o == null) ? 0 : o.hashCode(); in hashCode()80 return hashCodeSum; in hashCode()