Searched refs:mMajor (Results 1 – 1 of 1) sorted by relevance
41 private final int mMajor; field in Version49 mMajor = major; in Version()88 return mMajor; in getMajor()133 mBigInteger = BigInteger.valueOf(mMajor) in toBigInteger()151 return mMajor == otherVersionObj.mMajor in equals()160 result = result * 31 + mMajor; in hashCode()