Searched refs:hash (Results 1 – 2 of 2) sorted by relevance
160 int hash = 5; in hashCode() local161 hash = 67 * hash + (this.name != null ? this.name.hashCode() : 0); in hashCode()162 return hash; in hashCode()192 int hash = 5; in hashCode() local193 hash = 61 * hash + (this.name != null ? this.name.hashCode() : 0); in hashCode()194 hash = 61 * hash + (this.value != null ? this.value.hashCode() : 0); in hashCode()195 return hash; in hashCode()
124 document.location.hash = id;