package com.google.android.gms.internal.ads;

/* JADX INFO: loaded from: classes2.dex */
public final class lg2 implements kg2, gg2 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final lg2 f13687b = new lg2(null);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Object f13688a;

    public lg2(Object obj) {
        this.f13688a = obj;
    }

    public static lg2 a(Object obj) {
        if (obj != null) {
            return new lg2(obj);
        }
        throw new NullPointerException("instance cannot be null");
    }

    public static lg2 b(Object obj) {
        return obj == null ? f13687b : new lg2(obj);
    }

    @Override // com.google.android.gms.internal.ads.rg2
    public final Object zzb() {
        return this.f13688a;
    }
}
