package v0;

import java.util.ArrayList;
import java.util.List;
import p0.C2714u;

/* JADX INFO: loaded from: classes.dex */
public abstract class M {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ int f25065a = 0;

    static {
        int i6 = C2714u.f22946n;
    }

    public static final List a(String str) {
        x4.y yVar = x4.y.f26065a;
        if (str != null) {
            androidx.recyclerview.widget.i0 i0Var = new androidx.recyclerview.widget.i0(19);
            ArrayList arrayList = (ArrayList) i0Var.f13105b;
            if (arrayList == null) {
                arrayList = new ArrayList();
                i0Var.f13105b = arrayList;
            } else {
                arrayList.clear();
            }
            i0Var.p(str, arrayList);
            ArrayList arrayList2 = (ArrayList) i0Var.f13105b;
            if (arrayList2 != null) {
                return arrayList2;
            }
        }
        return yVar;
    }
}
