- 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
71 lines
1.6 KiB
Java
71 lines
1.6 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.exoplayer2.common.base.Preconditions;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class hk extends ib {
|
|
final transient Object c;
|
|
private transient int d;
|
|
|
|
@Override // com.applovin.impl.cb
|
|
public boolean e() {
|
|
return false;
|
|
}
|
|
|
|
@Override // com.applovin.impl.ib
|
|
public boolean g() {
|
|
return this.d != 0;
|
|
}
|
|
|
|
@Override // java.util.AbstractCollection, java.util.Collection, java.util.Set
|
|
public int size() {
|
|
return 1;
|
|
}
|
|
|
|
@Override // java.util.AbstractCollection
|
|
public String toString() {
|
|
return '[' + this.c.toString() + ']';
|
|
}
|
|
|
|
public hk(Object obj) {
|
|
this.c = Preconditions.checkNotNull(obj);
|
|
}
|
|
|
|
@Override // com.applovin.impl.cb, java.util.AbstractCollection, java.util.Collection
|
|
public boolean contains(Object obj) {
|
|
return this.c.equals(obj);
|
|
}
|
|
|
|
@Override // java.util.AbstractCollection, java.util.Collection, java.lang.Iterable, java.util.Set
|
|
public pp iterator() {
|
|
return xb.a(this.c);
|
|
}
|
|
|
|
@Override // com.applovin.impl.ib
|
|
public eb f() {
|
|
return eb.a(this.c);
|
|
}
|
|
|
|
@Override // com.applovin.impl.cb
|
|
public int a(Object[] objArr, int i) {
|
|
objArr[i] = this.c;
|
|
return i + 1;
|
|
}
|
|
|
|
@Override // com.applovin.impl.ib, java.util.Collection, java.util.Set
|
|
public final int hashCode() {
|
|
int i = this.d;
|
|
if (i != 0) {
|
|
return i;
|
|
}
|
|
int hashCode = this.c.hashCode();
|
|
this.d = hashCode;
|
|
return hashCode;
|
|
}
|
|
|
|
public hk(Object obj, int i) {
|
|
this.c = obj;
|
|
this.d = i;
|
|
}
|
|
}
|