Package com.airbnb.lottie.model
Class MutablePair<T>
- java.lang.Object
-
- com.airbnb.lottie.model.MutablePair<T>
-
public class MutablePair<T> extends Object
Non final version ofPair.
-
-
Constructor Summary
Constructors Constructor Description MutablePair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Checks the two objects for equality by delegating to their respectiveObject.equals(Object)methods.inthashCode()Compute a hash code using the hash codes of the underlying objectsvoidset(T first, T second)StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Checks the two objects for equality by delegating to their respectiveObject.equals(Object)methods.
-
hashCode
public int hashCode()
Compute a hash code using the hash codes of the underlying objects
-
-