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.
37 lines
899 B
37 lines
899 B
package p039m1;
|
|
|
|
/* renamed from: m1.i */
|
|
/* loaded from: classes.dex */
|
|
public final class C1472i implements InterfaceC1464b {
|
|
|
|
/* renamed from: a */
|
|
public final Class<?> f3224a;
|
|
|
|
/* renamed from: b */
|
|
public final String f3225b;
|
|
|
|
public C1472i(Class<?> cls, String str) {
|
|
C1470g.m1292e(cls, "jClass");
|
|
C1470g.m1292e(str, "moduleName");
|
|
this.f3224a = cls;
|
|
this.f3225b = str;
|
|
}
|
|
|
|
@Override // p039m1.InterfaceC1464b
|
|
/* renamed from: a */
|
|
public Class<?> mo1281a() {
|
|
return this.f3224a;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
return (obj instanceof C1472i) && C1470g.m1296a(mo1281a(), ((C1472i) obj).mo1281a());
|
|
}
|
|
|
|
public int hashCode() {
|
|
return mo1281a().hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return mo1281a().toString() + " (Kotlin reflection is not available)";
|
|
}
|
|
} |