package defpackage;

import android.text.TextUtils;
import j$.util.DesugarCollections;
import java.util.ArrayList;
import java.util.List;

/* JADX INFO: renamed from: ᵿʿ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5484 implements InterfaceC2223 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final String f20738;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final List f20739;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f20740;

    public C5484(String str, String str2, List list) {
        this.f20740 = str;
        this.f20738 = str2;
        this.f20739 = DesugarCollections.unmodifiableList(new ArrayList(list));
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C5484.class == obj.getClass()) {
            C5484 c5484 = (C5484) obj;
            if (TextUtils.equals(this.f20740, c5484.f20740) && TextUtils.equals(this.f20738, c5484.f20738) && this.f20739.equals(c5484.f20739)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        String str = this.f20740;
        int iHashCode = (str != null ? str.hashCode() : 0) * 31;
        String str2 = this.f20738;
        return this.f20739.hashCode() + ((iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31);
    }

    public final String toString() {
        String strM8231;
        String str = this.f20740;
        if (str != null) {
            StringBuilder sb = new StringBuilder(" [");
            sb.append(str);
            sb.append(", ");
            strM8231 = AbstractC3653.m8231(sb, this.f20738, "]");
        } else {
            strM8231 = "";
        }
        return "HlsTrackMetadataEntry".concat(strM8231);
    }

    @Override // defpackage.InterfaceC2223
    /* JADX INFO: renamed from: ʽˈˋ */
    public final /* synthetic */ void mo1756(C3376 c3376) {
    }

    @Override // defpackage.InterfaceC2223
    /* JADX INFO: renamed from: ːˏᵟᵯ */
    public final /* synthetic */ byte[] mo1757() {
        return null;
    }

    @Override // defpackage.InterfaceC2223
    /* JADX INFO: renamed from: ᵲᵶᵳˈ */
    public final /* synthetic */ C5286 mo1758() {
        return null;
    }
}
