package B1;

import android.os.LocaleList;
import java.util.Locale;

/* JADX INFO: loaded from: classes.dex */
public final class g {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final g f447b = new g(new h(new LocaleList(new Locale[0])));

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

    public g(h hVar) {
        this.f448a = hVar;
    }

    public static g b() {
        return new g(new h(LocaleList.getDefault()));
    }

    public final Locale a(int i6) {
        return this.f448a.f449a.get(i6);
    }

    public final boolean equals(Object obj) {
        if (obj instanceof g) {
            return this.f448a.equals(((g) obj).f448a);
        }
        return false;
    }

    public final int hashCode() {
        return this.f448a.f449a.hashCode();
    }

    public final String toString() {
        return this.f448a.f449a.toString();
    }
}
