60 lines
1.7 KiB
Java
60 lines
1.7 KiB
Java
package o;
|
|
|
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
|
import java.util.Map;
|
|
import o.GwU;
|
|
|
|
/* renamed from: o.dDp, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C8189dDp extends GwU {
|
|
private final InterfaceC6203cLt c;
|
|
private final Map<EnumC10854eQq, GwU.LWm> d;
|
|
|
|
public C8189dDp(InterfaceC6203cLt interfaceC6203cLt, Map<EnumC10854eQq, GwU.LWm> map) {
|
|
if (interfaceC6203cLt == null) {
|
|
throw new NullPointerException("Null clock");
|
|
}
|
|
this.c = interfaceC6203cLt;
|
|
if (map == null) {
|
|
throw new NullPointerException("Null values");
|
|
}
|
|
this.d = map;
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("SchedulerConfig{clock=");
|
|
sb.append(this.c);
|
|
sb.append(", values=");
|
|
sb.append(this.d);
|
|
sb.append(UrlTreeKt.componentParamSuffix);
|
|
return sb.toString();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof GwU)) {
|
|
return false;
|
|
}
|
|
GwU gwU = (GwU) obj;
|
|
return this.c.equals(gwU.a()) && this.d.equals(gwU.c());
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return ((this.c.hashCode() ^ 1000003) * 1000003) ^ this.d.hashCode();
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
@Override // o.GwU
|
|
public final Map<EnumC10854eQq, GwU.LWm> c() {
|
|
return this.d;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
@Override // o.GwU
|
|
public final InterfaceC6203cLt a() {
|
|
return this.c;
|
|
}
|
|
}
|