jimu-decompiled/sources/com/google/android/gms/internal/measurement/zzva.java
2025-05-13 19:24:51 +02:00

39 lines
982 B
Java

package com.google.android.gms.internal.measurement;
import java.util.Map;
/* loaded from: classes.dex */
final class zzva<K> implements Map.Entry<K, Object> {
private Map.Entry<K, zzuy> a;
private zzva(Map.Entry<K, zzuy> entry) {
this.a = entry;
}
public final zzuy a() {
return this.a.getValue();
}
@Override // java.util.Map.Entry
public final K getKey() {
return this.a.getKey();
}
@Override // java.util.Map.Entry
public final Object getValue() {
if (this.a.getValue() == null) {
return null;
}
zzuy.c();
throw null;
}
@Override // java.util.Map.Entry
public final Object setValue(Object obj) {
if (obj instanceof zzvv) {
return this.a.getValue().a((zzvv) obj);
}
throw new IllegalArgumentException("LazyField now only used for MessageSet, and the value of MessageSet must be an instance of MessageLite");
}
}