package com.ifpdos.autotest.lancontrol.module.other.f.e;

/* JADX INFO: compiled from: JsonParser.java */
/* JADX INFO: loaded from: classes.dex */
public class b implements c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private static b f2201a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private c f2202b = new a();

    private b() {
    }

    public static b c() {
        if (f2201a == null) {
            synchronized (b.class) {
                if (f2201a == null) {
                    f2201a = new b();
                }
            }
        }
        return f2201a;
    }

    @Override // com.ifpdos.autotest.lancontrol.module.other.f.e.c
    public String a(Object obj) {
        return this.f2202b.a(obj);
    }

    @Override // com.ifpdos.autotest.lancontrol.module.other.f.e.c
    public <T> T b(String str, Class<T> cls) {
        return (T) this.f2202b.b(str, cls);
    }
}
