NetMirror.apk
Download file
package s2;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX INFO: loaded from: classes.dex */
public class t extends s {
public static void r(List list) {
D2.h.f(list, "<this>");
if (list.size() > 1) {
Collections.sort(list);
}
}
public static void s(List list, Comparator comparator) {
D2.h.f(list, "<this>");
D2.h.f(comparator, "comparator");
if (list.size() > 1) {
Collections.sort(list, comparator);
}
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file