Home
last modified time | relevance | path

Searched refs:mSecond (Results 1 – 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DPair.java26 private final B mSecond; field in Pair
30 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()