56 lines
1.6 KiB
Java
56 lines
1.6 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 zzod extends zzoa<Boolean> {
|
||
|
private static final Map<String, zzgz> zzaug;
|
||
|
private final Boolean zzauf;
|
||
|
|
||
|
public zzod(Boolean bool) {
|
||
|
Preconditions.checkNotNull(bool);
|
||
|
this.zzauf = bool;
|
||
|
}
|
||
|
|
||
|
@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() + 54);
|
||
|
sb.append("Native Method ");
|
||
|
sb.append(str);
|
||
|
sb.append(" is not defined for type BooleanWrapper.");
|
||
|
throw new IllegalStateException(sb.toString());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
return this == obj || ((obj instanceof zzod) && ((zzod) obj).value() == this.zzauf);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.gtm.zzoa
|
||
|
public final String toString() {
|
||
|
return this.zzauf.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 */ Boolean value() {
|
||
|
return this.zzauf;
|
||
|
}
|
||
|
}
|