37 lines
848 B
Java
37 lines
848 B
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class oEt {
|
||
|
private final List<VIk> c;
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public oEt(List<? extends VIk> list) {
|
||
|
C14957gcv.e(list, "");
|
||
|
this.c = list;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
return C14881gav.b(this.c, ", ", "WindowLayoutInfo{ DisplayFeatures[", "] }", 0, null, null, 56);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || !C14957gcv.b(getClass(), obj.getClass())) {
|
||
|
return false;
|
||
|
}
|
||
|
return C14957gcv.b(this.c, ((oEt) obj).c);
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
public final List<VIk> e() {
|
||
|
return this.c;
|
||
|
}
|
||
|
}
|