You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.5 KiB

package p011d0;
import android.os.LocaleList;
import java.util.Locale;
/* renamed from: d0.s */
/* loaded from: classes.dex */
public final class C0620s implements InterfaceC0614m {
/* renamed from: a */
public final LocaleList f2148a;
public C0620s(Object obj) {
this.f2148a = (LocaleList) obj;
}
@Override // p011d0.InterfaceC0614m
/* renamed from: a */
public Object mo3252a() {
return this.f2148a;
}
@Override // p011d0.InterfaceC0614m
/* renamed from: b */
public String mo3251b() {
String languageTags;
languageTags = this.f2148a.toLanguageTags();
return languageTags;
}
public boolean equals(Object obj) {
boolean equals;
equals = this.f2148a.equals(((InterfaceC0614m) obj).mo3252a());
return equals;
}
@Override // p011d0.InterfaceC0614m
public Locale get(int i) {
Locale locale;
locale = this.f2148a.get(i);
return locale;
}
public int hashCode() {
int hashCode;
hashCode = this.f2148a.hashCode();
return hashCode;
}
@Override // p011d0.InterfaceC0614m
public boolean isEmpty() {
boolean isEmpty;
isEmpty = this.f2148a.isEmpty();
return isEmpty;
}
@Override // p011d0.InterfaceC0614m
public int size() {
int size;
size = this.f2148a.size();
return size;
}
public String toString() {
String localeList;
localeList = this.f2148a.toString();
return localeList;
}
}