17 lines
534 B
Java
17 lines
534 B
Java
package com.google.android.gms.vision.text;
|
|
|
|
import java.util.Comparator;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zza implements Comparator<Map.Entry<String, Integer>> {
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public zza(TextBlock textBlock) {
|
|
}
|
|
|
|
@Override // java.util.Comparator
|
|
public final /* synthetic */ int compare(Map.Entry<String, Integer> entry, Map.Entry<String, Integer> entry2) {
|
|
return entry.getValue().compareTo(entry2.getValue());
|
|
}
|
|
}
|