43 lines
1.1 KiB
Java
43 lines
1.1 KiB
Java
|
package o;
|
||
|
|
||
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
||
|
import java.security.MessageDigest;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class xBn implements InterfaceC2545agd {
|
||
|
private final Object c;
|
||
|
|
||
|
public xBn(Object obj) {
|
||
|
if (obj != null) {
|
||
|
this.c = obj;
|
||
|
return;
|
||
|
}
|
||
|
throw new NullPointerException("Argument must not be null");
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("ObjectKey{object=");
|
||
|
sb.append(this.c);
|
||
|
sb.append(UrlTreeKt.componentParamSuffixChar);
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC2545agd
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (obj instanceof xBn) {
|
||
|
return this.c.equals(((xBn) obj).c);
|
||
|
}
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC2545agd
|
||
|
public final int hashCode() {
|
||
|
return this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC2545agd
|
||
|
public final void a(MessageDigest messageDigest) {
|
||
|
messageDigest.update(this.c.toString().getBytes(e));
|
||
|
}
|
||
|
}
|