Searched refs:countryHashCode (Results 1 – 1 of 1) sorted by relevance
53 int countryHashCode = countryIso == null ? 0 : countryIso.hashCode(); in hashCode() local55 return numberHashCode ^ countryHashCode; in hashCode()