Searched refs:prime (Results 1 – 5 of 5) sorted by relevance
134 final int prime = 31; in hashCode() local136 result = prime * result + x; in hashCode()137 result = prime * result + y; in hashCode()
161 final int prime = 31; in hashCode() local163 result = prime * result + x; in hashCode()164 result = prime * result + y; in hashCode()
1004 final int prime = 31; in hashCode() local1006 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
159 final int prime = 31; in hashCode() local161 result = prime * result + qualifier.hashCode(); in hashCode()
640 final int prime = 31; in hashCode() local642 result = prime * result + ((attribute == null) ? 0 : attribute.hashCode()); in hashCode()