package o; import java.util.List; /* loaded from: classes3.dex */ public final class hZZ { public List e; /* loaded from: classes3.dex */ public static final class IeS { public List 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 list = this.e; if (list != null) { return list.equals(hzz.e); } return hzz.e == null; } public final int hashCode() { List list = this.e; if (list != null) { return list.hashCode(); } return 0; } public /* synthetic */ hZZ(IeS ieS, byte b) { this(ieS); } }