package com.google.android.gms.internal.gtm; import java.util.Map; /* loaded from: classes2.dex */ final class zzrp implements Map.Entry { private Map.Entry zzbbz; private zzrp(Map.Entry entry) { this.zzbbz = entry; } @Override // java.util.Map.Entry public final K getKey() { return this.zzbbz.getKey(); } @Override // java.util.Map.Entry public final Object getValue() { if (this.zzbbz.getValue() == null) { return null; } return zzrn.zzpy(); } public final zzrn zzpz() { return this.zzbbz.getValue(); } @Override // java.util.Map.Entry public final Object setValue(Object obj) { if (!(obj instanceof zzsk)) { throw new IllegalArgumentException("LazyField now only used for MessageSet, and the value of MessageSet must be an instance of MessageLite"); } return this.zzbbz.getValue().zzi((zzsk) obj); } }