Searched refs:mFirst (Results 1 – 1 of 1) sorted by relevance
24 private final A mFirst; field in Pair29 mFirst = first; in Pair()52 return mFirst; in getFirst()68 result = prime * result + ((mFirst == null) ? 0 : mFirst.hashCode()); in hashCode()82 return compare(mFirst, other.mFirst) && compare(mSecond, other.mSecond); in equals()