package p6;

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

/* JADX INFO: renamed from: p6.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1436b implements GenericArrayType {

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

    public C1436b(Type type) {
        this.f16144a = AbstractC1439e.a(type);
    }

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

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

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

    public final String toString() {
        return AbstractC1439e.i(this.f16144a) + "[]";
    }
}
