package com.google.android.gms.internal.measurement; import java.util.Map; /* loaded from: classes.dex */ final class zzva implements Map.Entry { private Map.Entry a; private zzva(Map.Entry 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"); } }