- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 lines
395 B
Java
14 lines
395 B
Java
package androidx.collection;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class CollectionPlatformUtils {
|
|
public static final CollectionPlatformUtils INSTANCE = new CollectionPlatformUtils();
|
|
|
|
private CollectionPlatformUtils() {
|
|
}
|
|
|
|
public final IndexOutOfBoundsException createIndexOutOfBoundsException$collection() {
|
|
return new ArrayIndexOutOfBoundsException();
|
|
}
|
|
}
|