- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
32 lines
822 B
Java
32 lines
822 B
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.exoplayer2.common.base.Preconditions;
|
|
import java.io.Serializable;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class xi extends wg implements Serializable {
|
|
static final xi a = new xi();
|
|
|
|
@Override // com.applovin.impl.wg
|
|
public wg c() {
|
|
return wg.a();
|
|
}
|
|
|
|
public String toString() {
|
|
return "Ordering.natural().reverse()";
|
|
}
|
|
|
|
@Override // com.applovin.impl.wg, java.util.Comparator
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public int compare(Comparable comparable, Comparable comparable2) {
|
|
Preconditions.checkNotNull(comparable);
|
|
if (comparable == comparable2) {
|
|
return 0;
|
|
}
|
|
return comparable2.compareTo(comparable);
|
|
}
|
|
|
|
private xi() {
|
|
}
|
|
}
|