what-the-bank/sources/com/google/android/gms/internal/clearcut/zzct.java

38 lines
993 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.clearcut;
import java.util.Map;
/* loaded from: classes2.dex */
final class zzct<K> implements Map.Entry<K, Object> {
private Map.Entry<K, zzcr> 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<K, zzcr> entry) {
this.zzll = entry;
}
}