25 lines
739 B
Java
25 lines
739 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import java.util.Iterator;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class zzwr extends zzwx {
|
|
private final /* synthetic */ zzwo b;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
private zzwr(zzwo zzwoVar) {
|
|
super(zzwoVar, null);
|
|
this.b = zzwoVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.measurement.zzwx, java.util.AbstractCollection, java.util.Collection, java.lang.Iterable, java.util.Set
|
|
public final Iterator<Map.Entry<K, V>> iterator() {
|
|
return new zzwq(this.b, null);
|
|
}
|
|
|
|
/* synthetic */ zzwr(zzwo zzwoVar, zzwp zzwpVar) {
|
|
this(zzwoVar);
|
|
}
|
|
}
|