正在查看: Top浏览器 v4.6.16 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Top浏览器 v4.6.16 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package c.t.a.m;
import c.h.b.l.i;
import java.util.HashMap;
import java.util.Map;
public class a {
public static volatile a a;
public final String b = "https://app.topc1.com/";
public final i f504c;
public final Map<String, Object> d;
public a() {
i iVar = new i("https://app.topc1.com/", new f("https://app.topc1.com/"));
this.f504c = iVar;
this.d = new HashMap();
iVar.d(new c.t.a.m.g.a());
iVar.d(new c.t.a.m.g.c());
iVar.d(new c.t.a.m.g.b());
}
public static a b() {
if (a == null) {
synchronized (a.class) {
if (a == null) {
a = new a();
}
}
}
return a;
}
public <T> T a(Class<T> cls) {
String simpleName = cls.getSimpleName();
if (!this.d.containsKey(simpleName)) {
this.d.put(simpleName, this.f504c.e(cls));
}
return (T) this.d.get(simpleName);
}
}