public class MPPair<F,S>
extends android.util.Pair<F,S>
Pair class to be backwards compatible with old Android versions.
Before Jelly Bean, Pair.hashCode() and Pair.equals(Object) methods assume the
first and second objects are never null. However, Mixpanel relies on the fist object to
be null to apply wildcard changes.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |