20 lines
534 B
Java
20 lines
534 B
Java
package com.google.android.gms.internal.p002firebaseauthapi;
|
|
|
|
import java.util.Collections;
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zzja {
|
|
private HashMap zza = new HashMap();
|
|
|
|
public final zzjc zza() {
|
|
HashMap hashMap = this.zza;
|
|
if (hashMap == null) {
|
|
throw new IllegalStateException("cannot call build() twice");
|
|
}
|
|
zzjc zzjcVar = new zzjc(Collections.unmodifiableMap(hashMap), null);
|
|
this.zza = null;
|
|
return zzjcVar;
|
|
}
|
|
}
|