- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
18 lines
406 B
Java
18 lines
406 B
Java
package com.google.android.gms.internal.fido;
|
|
|
|
import java.util.Iterator;
|
|
import java.util.Set;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzcy {
|
|
public static int zza(Set set) {
|
|
Iterator it = set.iterator();
|
|
int i = 0;
|
|
while (it.hasNext()) {
|
|
Object next = it.next();
|
|
i += next != null ? next.hashCode() : 0;
|
|
}
|
|
return i;
|
|
}
|
|
}
|