package com.google.android.gms.internal.measurement; import com.google.android.gms.ads.RequestConfiguration; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Map; /* loaded from: classes.dex */ public final class zzab { private zzaa zza; private zzaa zzb; private final List zzc; public zzab() { this.zza = new zzaa(RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED, 0L, null); this.zzb = new zzaa(RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED, 0L, null); this.zzc = new ArrayList(); } public final /* bridge */ /* synthetic */ Object clone() { zzab zzabVar = new zzab(this.zza.clone()); Iterator it = this.zzc.iterator(); while (it.hasNext()) { zzabVar.zzc.add(((zzaa) it.next()).clone()); } return zzabVar; } public final zzaa zza() { return this.zza; } public final zzaa zzb() { return this.zzb; } public final List zzc() { return this.zzc; } public final void zzd(zzaa zzaaVar) { this.zza = zzaaVar; this.zzb = zzaaVar.clone(); this.zzc.clear(); } public final void zze(String str, long j10, Map map) { this.zzc.add(new zzaa(str, j10, map)); } public final void zzf(zzaa zzaaVar) { this.zzb = zzaaVar; } public zzab(zzaa zzaaVar) { this.zza = zzaaVar; this.zzb = zzaaVar.clone(); this.zzc = new ArrayList(); } }