-
@RestrictTo(value = LIBRARY) public class MutablePair<T>
Non final version of Pair.
-
-
Method Summary
-
-
Method Detail
-
set
void set(T first, T second)
-
equals
boolean equals(Object o)
Checks the two objects for equality by delegating to their respective equals methods.
- Parameters:
o- the Pair to which this one is to be checked for equality
-
hashCode
int hashCode()
Compute a hash code using the hash codes of the underlying objects
-
-
-
-