Initial commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user