package defpackage;

import java.lang.reflect.Type;
import java.lang.reflect.WildcardType;

/* JADX INFO: renamed from: ˁˏʘʞ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0704 implements WildcardType {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final Type f3216;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final Type f3217;

    public C0704(Type[] typeArr, Type[] typeArr2) {
        if (typeArr2.length > 1) {
            ᵷᵝˎ.ᵷᵺʾᵖ();
            throw null;
        }
        if (typeArr.length != 1) {
            ᵷᵝˎ.ᵷᵺʾᵖ();
            throw null;
        }
        if (typeArr2.length != 1) {
            typeArr[0].getClass();
            AbstractC4534.m9575(typeArr[0]);
            this.f3217 = null;
            this.f3216 = AbstractC4534.m9580(typeArr[0]);
            return;
        }
        typeArr2[0].getClass();
        AbstractC4534.m9575(typeArr2[0]);
        if (typeArr[0] != Object.class) {
            ᵷᵝˎ.ᵷᵺʾᵖ();
            throw null;
        }
        this.f3217 = AbstractC4534.m9580(typeArr2[0]);
        this.f3216 = Object.class;
    }

    public final boolean equals(Object obj) {
        return (obj instanceof WildcardType) && ᵥˈᵛ.ᵯᵷʽ(this, (WildcardType) obj);
    }

    @Override // java.lang.reflect.WildcardType
    public final Type[] getLowerBounds() {
        Type type = this.f3217;
        return type != null ? new Type[]{type} : AbstractC4534.f17252;
    }

    @Override // java.lang.reflect.WildcardType
    public final Type[] getUpperBounds() {
        return new Type[]{this.f3216};
    }

    public final int hashCode() {
        Type type = this.f3217;
        return (this.f3216.hashCode() + 31) ^ (type != null ? type.hashCode() + 31 : 1);
    }

    public final String toString() {
        Type type = this.f3217;
        if (type != null) {
            return "? super " + AbstractC4534.m9583(type);
        }
        Type type2 = this.f3216;
        if (type2 == Object.class) {
            return "?";
        }
        return "? extends " + AbstractC4534.m9583(type2);
    }
}
