32 lines
1.0 KiB
Java
32 lines
1.0 KiB
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import java.util.Collections;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
|
|
/* JADX INFO: Add missing generic type declarations: [FieldDescriptorType] */
|
|
/* loaded from: classes.dex */
|
|
final class zzwp<FieldDescriptorType> extends zzwo<FieldDescriptorType, Object> {
|
|
zzwp(int i) {
|
|
super(i, null);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.measurement.zzwo
|
|
public final void b() {
|
|
if (!a()) {
|
|
for (int i = 0; i < c(); i++) {
|
|
Map.Entry<FieldDescriptorType, Object> a = a(i);
|
|
if (((zzuh) a.getKey()).k()) {
|
|
a.setValue(Collections.unmodifiableList((List) a.getValue()));
|
|
}
|
|
}
|
|
for (Map.Entry<FieldDescriptorType, Object> entry : d()) {
|
|
if (((zzuh) entry.getKey()).k()) {
|
|
entry.setValue(Collections.unmodifiableList((List) entry.getValue()));
|
|
}
|
|
}
|
|
}
|
|
super.b();
|
|
}
|
|
}
|