52 lines
1.4 KiB
Java
52 lines
1.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.Comparator;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class nno {
|
|
|
|
@SerializedName("accounts")
|
|
public final List<Hou> b;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt<T> implements Comparator {
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
@Override // java.util.Comparator
|
|
public final int compare(T t, T t2) {
|
|
Integer valueOf = Integer.valueOf(((siJ) t).f);
|
|
Integer valueOf2 = Integer.valueOf(((siJ) t2).f);
|
|
if (valueOf == valueOf2) {
|
|
return 0;
|
|
}
|
|
if (valueOf == null) {
|
|
return -1;
|
|
}
|
|
if (valueOf2 == null) {
|
|
return 1;
|
|
}
|
|
return valueOf.compareTo(valueOf2);
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
List<Hou> list = this.b;
|
|
StringBuilder sb = new StringBuilder("RegistrationAccountsEntity(accounts=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof nno) && C14957gcv.b(this.b, ((nno) obj).b);
|
|
}
|
|
}
|