- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
36 lines
981 B
Java
36 lines
981 B
Java
package com.google.android.gms.internal.drive;
|
|
|
|
import java.util.concurrent.ConcurrentHashMap;
|
|
import java.util.concurrent.ConcurrentMap;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzmd {
|
|
private static final zzmd zzuw = new zzmd();
|
|
private final ConcurrentMap<Class<?>, zzmf<?>> zzuy = new ConcurrentHashMap();
|
|
private final zzmg zzux = new zzlf();
|
|
|
|
public static zzmd zzej() {
|
|
return zzuw;
|
|
}
|
|
|
|
public final <T> zzmf<T> zzf(Class<T> cls) {
|
|
zzkm.zza(cls, "messageType");
|
|
zzmf<T> zzmfVar = (zzmf) this.zzuy.get(cls);
|
|
if (zzmfVar != null) {
|
|
return zzmfVar;
|
|
}
|
|
zzmf<T> zze = this.zzux.zze(cls);
|
|
zzkm.zza(cls, "messageType");
|
|
zzkm.zza(zze, "schema");
|
|
zzmf<T> zzmfVar2 = (zzmf) this.zzuy.putIfAbsent(cls, zze);
|
|
return zzmfVar2 != null ? zzmfVar2 : zze;
|
|
}
|
|
|
|
public final <T> zzmf<T> zzq(T t) {
|
|
return zzf(t.getClass());
|
|
}
|
|
|
|
private zzmd() {
|
|
}
|
|
}
|