package com.google.android.gms.internal.ads;

import java.util.ArrayList;
import java.util.List;
import java.util.Map;

/* JADX INFO: loaded from: classes2.dex */
public final class a12 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final i92 f8453b = i92.a(new byte[0]);

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

    public final Iterable a(byte[] bArr) {
        List list;
        Map map = this.f8454a;
        List list2 = (List) map.get(f8453b);
        if (bArr.length >= 5) {
            int length = bArr.length;
            list = (List) map.get(new i92(bArr, 5 > length ? length : 5));
        } else {
            list = null;
        }
        return (list2 == null && list == null) ? new ArrayList() : list2 == null ? list : list == null ? list2 : new rq1(this, list, list2);
    }
}
