33 lines
667 B
Java
33 lines
667 B
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class VB {
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV extends VB {
|
|
public static final RVV a = new RVV();
|
|
|
|
private RVV() {
|
|
super((byte) 0);
|
|
}
|
|
}
|
|
|
|
private VB() {
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if ((obj instanceof C1113Vx) && (this instanceof C1113Vx)) {
|
|
return C14957gcv.b(obj, this);
|
|
}
|
|
return (this instanceof RVV) && (obj instanceof RVV);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return getClass().hashCode();
|
|
}
|
|
|
|
public /* synthetic */ VB(byte b) {
|
|
this();
|
|
}
|
|
}
|