com-dot-app-sancharsaathi-1-5-0.apk

Download file
    package k3;

/* renamed from: k3.a  reason: case insensitive filesystem */
public abstract class C0771a {
    public static int a(Comparable comparable, Comparable comparable2) {
        if (comparable == comparable2) {
            return 0;
        }
        if (comparable == null) {
            return -1;
        }
        if (comparable2 == null) {
            return 1;
        }
        return comparable.compareTo(comparable2);
    }
}
    
Download file