62 lines
1.7 KiB
Java
62 lines
1.7 KiB
Java
package com.google.android.gms.internal.gtm;
|
|
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
import java.util.Collections;
|
|
import java.util.HashMap;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class zzoe extends zzoa<Double> {
|
|
private static final Map<String, zzgz> zzaug;
|
|
private Double zzauh;
|
|
|
|
public zzoe(Double d) {
|
|
Preconditions.checkNotNull(d);
|
|
this.zzauh = d;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.gtm.zzoa
|
|
public final boolean zzcp(String str) {
|
|
return zzaug.containsKey(str);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.gtm.zzoa
|
|
public final zzgz zzcq(String str) {
|
|
if (zzcp(str)) {
|
|
return zzaug.get(str);
|
|
}
|
|
StringBuilder sb = new StringBuilder(String.valueOf(str).length() + 53);
|
|
sb.append("Native Method ");
|
|
sb.append(str);
|
|
sb.append(" is not defined for type DoubleWrapper.");
|
|
throw new IllegalStateException(sb.toString());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj instanceof zzoe) {
|
|
return this.zzauh.equals(((zzoe) obj).value());
|
|
}
|
|
return false;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.gtm.zzoa
|
|
public final String toString() {
|
|
return this.zzauh.toString();
|
|
}
|
|
|
|
static {
|
|
HashMap hashMap = new HashMap();
|
|
hashMap.put("hasOwnProperty", zzja.zzark);
|
|
hashMap.put("toString", new zzkc());
|
|
zzaug = Collections.unmodifiableMap(hashMap);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.gtm.zzoa
|
|
public final /* synthetic */ Double value() {
|
|
return this.zzauh;
|
|
}
|
|
}
|