package com.vungle.warren.model; import android.content.ContentValues; import java.lang.reflect.Type; import java.util.Map; /* loaded from: classes2.dex */ public class k implements g8.c { /* renamed from: a, reason: collision with root package name */ private z4.e f8365a = new z4.f().b(); /* renamed from: b, reason: collision with root package name */ Type f8366b = new a().e(); /* renamed from: c, reason: collision with root package name */ Type f8367c = new b().e(); /* renamed from: d, reason: collision with root package name */ Type f8368d = new c().e(); /* renamed from: e, reason: collision with root package name */ Type f8369e = new d().e(); class a extends f5.a { a() { } } class b extends f5.a { b() { } } class c extends f5.a { c() { } } class d extends f5.a { d() { } } @Override // g8.c public String b() { return "cookie"; } @Override // g8.c /* renamed from: d, reason: merged with bridge method [inline-methods] */ public j c(ContentValues contentValues) { j jVar = new j(contentValues.getAsString("item_id")); jVar.f8361b = (Map) this.f8365a.j(contentValues.getAsString("bools"), this.f8366b); jVar.f8363d = (Map) this.f8365a.j(contentValues.getAsString("longs"), this.f8368d); jVar.f8362c = (Map) this.f8365a.j(contentValues.getAsString("ints"), this.f8367c); jVar.f8360a = (Map) this.f8365a.j(contentValues.getAsString("strings"), this.f8369e); return jVar; } @Override // g8.c /* renamed from: e, reason: merged with bridge method [inline-methods] */ public ContentValues a(j jVar) { ContentValues contentValues = new ContentValues(); contentValues.put("item_id", jVar.f8364e); contentValues.put("bools", this.f8365a.t(jVar.f8361b, this.f8366b)); contentValues.put("ints", this.f8365a.t(jVar.f8362c, this.f8367c)); contentValues.put("longs", this.f8365a.t(jVar.f8363d, this.f8368d)); contentValues.put("strings", this.f8365a.t(jVar.f8360a, this.f8369e)); return contentValues; } }