Files
rr3-apk/decompiled/sources/com/applovin/impl/oi.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

91 lines
2.2 KiB
Java

package com.applovin.impl;
/* loaded from: classes.dex */
final class oi extends ib {
static final oi i = new oi(new Object[0], 0, null, 0, 0);
final transient Object[] c;
final transient Object[] d;
private final transient int f;
private final transient int g;
private final transient int h;
@Override // com.applovin.impl.cb
public Object[] b() {
return this.c;
}
@Override // com.applovin.impl.cb
public int c() {
return this.h;
}
@Override // com.applovin.impl.cb
public int d() {
return 0;
}
@Override // com.applovin.impl.cb
public boolean e() {
return false;
}
@Override // com.applovin.impl.ib
public boolean g() {
return true;
}
@Override // com.applovin.impl.ib, java.util.Collection, java.util.Set
public int hashCode() {
return this.g;
}
@Override // java.util.AbstractCollection, java.util.Collection, java.util.Set
public int size() {
return this.h;
}
public oi(Object[] objArr, int i2, Object[] objArr2, int i3, int i4) {
this.c = objArr;
this.d = objArr2;
this.f = i3;
this.g = i2;
this.h = i4;
}
@Override // com.applovin.impl.cb, java.util.AbstractCollection, java.util.Collection
public boolean contains(Object obj) {
Object[] objArr = this.d;
if (obj == null || objArr == null) {
return false;
}
int a = ka.a(obj);
while (true) {
int i2 = a & this.f;
Object obj2 = objArr[i2];
if (obj2 == null) {
return false;
}
if (obj2.equals(obj)) {
return true;
}
a = i2 + 1;
}
}
@Override // java.util.AbstractCollection, java.util.Collection, java.lang.Iterable, java.util.Set
public pp iterator() {
return a().iterator();
}
@Override // com.applovin.impl.cb
public int a(Object[] objArr, int i2) {
System.arraycopy(this.c, 0, objArr, i2, this.h);
return i2 + this.h;
}
@Override // com.applovin.impl.ib
public eb f() {
return eb.b(this.c, this.h);
}
}