Files
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

24 lines
597 B
Java

package com.fyber.inneractive.sdk.web;
import android.util.LruCache;
/* loaded from: classes2.dex */
public final class b0<K> extends LruCache<K, e0> {
public b0() {
super(1048576);
}
@Override // android.util.LruCache
public final int sizeOf(Object obj, e0 e0Var) {
String str;
e0 e0Var2 = e0Var;
int i = 0;
for (String str2 : e0Var2.b.keySet()) {
if (str2 != null && (str = e0Var2.b.get(str2)) != null) {
i += str.length() + str2.length();
}
}
return i + e0Var2.a.length;
}
}