package I0;

import java.util.Comparator;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class u implements Comparator {

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final /* synthetic */ y f3310q;

    @Override // java.util.Comparator
    public final int compare(Object obj, Object obj2) {
        y yVar = this.f3310q;
        return yVar.c(obj2) - yVar.c(obj);
    }
}
