Searched refs:hashCode (Results 1 – 2 of 2) sorted by relevance
65 public int hashCode() { in hashCode() method in Pair68 result = prime * result + ((mFirst == null) ? 0 : mFirst.hashCode()); in hashCode()69 result = prime * result + ((mSecond == null) ? 0 : mSecond.hashCode()); in hashCode()
77 public int hashCode() {