Searched refs:hashCodeSum (Results 1 – 1 of 1) sorted by relevance
77 int hashCodeSum = 0; in hashCode() local79 hashCodeSum += (o == null) ? 0 : o.hashCode(); in hashCode()81 return hashCodeSum; in hashCode()