26 lines
693 B
Java
26 lines
693 B
Java
|
package com.google.android.gms.internal.firebase_ml;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzts {
|
||
|
private final int number;
|
||
|
private final Object object;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public zzts(Object obj, int i) {
|
||
|
this.object = obj;
|
||
|
this.number = i;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (System.identityHashCode(this.object) * 65535) + this.number;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (!(obj instanceof zzts)) {
|
||
|
return false;
|
||
|
}
|
||
|
zzts zztsVar = (zzts) obj;
|
||
|
return this.object == zztsVar.object && this.number == zztsVar.number;
|
||
|
}
|
||
|
}
|