- 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
51 lines
1.2 KiB
Java
51 lines
1.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.exoplayer2.common.base.Preconditions;
|
|
import com.applovin.exoplayer2.common.base.Supplier;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
import java.util.Set;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class xf {
|
|
|
|
public static class a extends e {
|
|
transient Supplier g;
|
|
|
|
public a(Map map, Supplier supplier) {
|
|
super(map);
|
|
this.g = (Supplier) Preconditions.checkNotNull(supplier);
|
|
}
|
|
|
|
@Override // com.applovin.impl.h
|
|
public Set c() {
|
|
return i();
|
|
}
|
|
|
|
@Override // com.applovin.impl.h
|
|
public Map b() {
|
|
return h();
|
|
}
|
|
|
|
@Override // com.applovin.impl.f
|
|
/* renamed from: j, reason: merged with bridge method [inline-methods] */
|
|
public List g() {
|
|
return (List) this.g.get();
|
|
}
|
|
}
|
|
|
|
public static boolean a(uf ufVar, Object obj) {
|
|
if (obj == ufVar) {
|
|
return true;
|
|
}
|
|
if (obj instanceof uf) {
|
|
return ufVar.a().equals(((uf) obj).a());
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public static fc a(Map map, Supplier supplier) {
|
|
return new a(map, supplier);
|
|
}
|
|
}
|