package p138.p176.p291.p295;

import p138.p176.p291.p322.InterfaceC5963;

/* JADX INFO: renamed from: ދ.ހ.ށ.ރ.ޑ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C5601<T> implements InterfaceC5963<T> {

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public static final Object f16051 = new Object();

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public volatile Object f16052 = f16051;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public volatile InterfaceC5963<T> f16053;

    public C5601(InterfaceC5963<T> interfaceC5963) {
        this.f16053 = interfaceC5963;
    }

    @Override // p138.p176.p291.p322.InterfaceC5963
    public T get() {
        T t = (T) this.f16052;
        if (t == f16051) {
            synchronized (this) {
                t = (T) this.f16052;
                if (t == f16051) {
                    t = this.f16053.get();
                    this.f16052 = t;
                    this.f16053 = null;
                }
            }
        }
        return t;
    }
}
