Searched refs:mSecond (Results 1 – 1 of 1) sorted by relevance
26 private final B mSecond; field in Pair30 mSecond = second; in Pair()61 return mSecond; in getSecond()69 result = prime * result + ((mSecond == null) ? 0 : mSecond.hashCode()); in hashCode()82 return compare(mFirst, other.mFirst) && compare(mSecond, other.mSecond); in equals()