45 lines
907 B
Java
45 lines
907 B
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class hZZ {
|
|
public List<C17481xBe> e;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
public List<C17481xBe> e;
|
|
}
|
|
|
|
private hZZ(IeS ieS) {
|
|
this.e = ieS.e;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof hZZ)) {
|
|
return false;
|
|
}
|
|
hZZ hzz = (hZZ) obj;
|
|
List<C17481xBe> list = this.e;
|
|
if (list != null) {
|
|
return list.equals(hzz.e);
|
|
}
|
|
return hzz.e == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<C17481xBe> list = this.e;
|
|
if (list != null) {
|
|
return list.hashCode();
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
public /* synthetic */ hZZ(IeS ieS, byte b) {
|
|
this(ieS);
|
|
}
|
|
}
|