package o; import android.os.LocaleList; import java.util.Locale; /* loaded from: classes.dex */ final class FQr implements rMK { private final LocaleList e; /* JADX INFO: Access modifiers changed from: package-private */ public FQr(Object obj) { this.e = (LocaleList) obj; } @Override // o.rMK public final Locale e(int i) { return this.e.get(i); } @Override // o.rMK public final boolean e() { return this.e.isEmpty(); } @Override // o.rMK public final int d() { return this.e.size(); } public final boolean equals(Object obj) { return this.e.equals(((rMK) obj).a()); } public final int hashCode() { return this.e.hashCode(); } public final String toString() { return this.e.toString(); } @Override // o.rMK public final String c() { return this.e.toLanguageTags(); } @Override // o.rMK public final Object a() { return this.e; } }