Files
rr3-apk/decompiled/sources/com/applovin/impl/kl.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

47 lines
1.0 KiB
Java

package com.applovin.impl;
import java.util.Collections;
import java.util.List;
/* loaded from: classes.dex */
final class kl implements nl {
private final b5[] a;
private final long[] b;
public kl(b5[] b5VarArr, long[] jArr) {
this.a = b5VarArr;
this.b = jArr;
}
@Override // com.applovin.impl.nl
public long a(int i) {
b1.a(i >= 0);
b1.a(i < this.b.length);
return this.b[i];
}
@Override // com.applovin.impl.nl
public List b(long j) {
b5 b5Var;
int b = xp.b(this.b, j, true, false);
if (b != -1 && (b5Var = this.a[b]) != b5.s) {
return Collections.singletonList(b5Var);
}
return Collections.emptyList();
}
@Override // com.applovin.impl.nl
public int a() {
return this.b.length;
}
@Override // com.applovin.impl.nl
public int a(long j) {
int a = xp.a(this.b, j, false, false);
if (a < this.b.length) {
return a;
}
return -1;
}
}