Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
20
apk_decompiled/sources/androidx/lifecycle/C0.java
Normal file
20
apk_decompiled/sources/androidx/lifecycle/C0.java
Normal file
@@ -0,0 +1,20 @@
|
||||
package androidx.lifecycle;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final LinkedHashMap f3288a = new LinkedHashMap();
|
||||
|
||||
public final void a() {
|
||||
LinkedHashMap linkedHashMap = this.f3288a;
|
||||
Iterator it = linkedHashMap.values().iterator();
|
||||
while (it.hasNext()) {
|
||||
((w0) it.next()).clear$lifecycle_viewmodel_release();
|
||||
}
|
||||
linkedHashMap.clear();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user