package F7;

import java.lang.reflect.GenericArrayType;
import java.lang.reflect.Type;

/* JADX INFO: loaded from: classes.dex */
public final class Y implements GenericArrayType {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Type f2689a;

    public Y(Type type) {
        this.f2689a = type;
    }

    public final boolean equals(Object obj) {
        return (obj instanceof GenericArrayType) && b0.e(this, (GenericArrayType) obj);
    }

    @Override // java.lang.reflect.GenericArrayType
    public final Type getGenericComponentType() {
        return this.f2689a;
    }

    public final int hashCode() {
        return this.f2689a.hashCode();
    }

    public final String toString() {
        return b0.t(this.f2689a) + "[]";
    }
}
