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