package p000.p001.p002.p008.p009;

import java.util.Comparator;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ނ.֏.֏.ހ.֏.ޙ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C0829<T> implements Comparator<C0827> {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public static final C0829 f3402 = new C0829();

    @Override // java.util.Comparator
    public int compare(C0827 c0827, C0827 c08272) {
        C0827 c08273 = c0827;
        C0827 c08274 = c08272;
        C6635.m9823((Object) c08273, "i1");
        C6635.m9823((Object) c08274, "i2");
        Integer num = c08273.f3399;
        int iIntValue = num != null ? num.intValue() : c08273.f3400;
        Integer num2 = c08274.f3399;
        int iM9819 = C6635.m9819(iIntValue, num2 != null ? num2.intValue() : c08274.f3400);
        if (iM9819 != 0) {
            return iM9819;
        }
        if (c08273.f3399 == null || c08274.f3399 == null) {
            if (c08273.f3399 != null) {
                return 1;
            }
            if (c08274.f3399 != null) {
                return -1;
            }
        }
        return 0;
    }
}
