package p138.p176.p177.p242.p258.p263;

import org.checkerframework.checker.nullness.compatqual.NullableDecl;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ރ.ނ.ႎ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C4735<T> implements InterfaceC4731<T> {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public volatile InterfaceC4731<T> f14264;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public volatile boolean f14265;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    @NullableDecl
    public T f14266;

    public C4735(InterfaceC4731<T> interfaceC4731) {
        if (interfaceC4731 == null) {
            throw null;
        }
        this.f14264 = interfaceC4731;
    }

    public final String toString() {
        Object string = this.f14264;
        if (string == null) {
            String strValueOf = String.valueOf(this.f14266);
            StringBuilder sb = new StringBuilder(strValueOf.length() + 25);
            sb.append("<supplier that returned ");
            sb.append(strValueOf);
            sb.append(">");
            string = sb.toString();
        }
        String strValueOf2 = String.valueOf(string);
        StringBuilder sb2 = new StringBuilder(strValueOf2.length() + 19);
        sb2.append("Suppliers.memoize(");
        sb2.append(strValueOf2);
        sb2.append(")");
        return sb2.toString();
    }

    @Override // p138.p176.p177.p242.p258.p263.InterfaceC4731
    /* JADX INFO: renamed from: ֏ */
    public final T mo7259() {
        if (!this.f14265) {
            synchronized (this) {
                if (!this.f14265) {
                    T tMo7259 = this.f14264.mo7259();
                    this.f14266 = tMo7259;
                    this.f14265 = true;
                    this.f14264 = null;
                    return tMo7259;
                }
            }
        }
        return this.f14266;
    }
}
