first commit

This commit is contained in:
tmarschutz
2025-10-03 11:45:17 +02:00
parent 09821c1c43
commit 5da3f1e071
10571 changed files with 1386578 additions and 1 deletions
@@ -0,0 +1,13 @@
package kotlin;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: ArrayIntrinsics.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0010\n\u0000\n\u0002\u0010\u0011\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\u001a!\u0010\u0000\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0001\"\u000b\b\u0000\u0010\u0002\u0018\u0001¢\u0006\u0002\b\u0003H\u0086\\u0006\u0002\u0010\u0004¨\u0006\u0005"}, m238d2 = {"emptyArray", "", "T", "Lkotlin/internal/PureReifiable;", "()[Ljava/lang/Object;", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class ArrayIntrinsicsKt {
public static final /* synthetic */ <T> T[] emptyArray() {
Intrinsics.reifiedOperationMarker(0, "T?");
return (T[]) new Object[0];
}
}
@@ -0,0 +1,18 @@
package kotlin;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: Inference.kt */
@Target({ElementType.METHOD, ElementType.PARAMETER})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/BuilderInference;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
/* loaded from: classes11.dex */
public @interface BuilderInference {
}
@@ -0,0 +1,22 @@
package kotlin;
import kotlin.coroutines.Continuation;
import kotlin.jvm.functions.Function3;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: DeepRecursive.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0005\b\u0007\u0018\u0000*\u0004\b\u0000\u0010\u0001*\u0004\b\u0001\u0010\u00022\u00020\u0003BC\u00129\u0010\u0004\u001a5\b\u0001\u0012\u0010\u0012\u000e\u0012\u0004\u0012\u00028\u0000\u0012\u0004\u0012\u00028\u00010\u0006\u0012\u0004\u0012\u00028\u0000\u0012\n\u0012\b\u0012\u0004\u0012\u00028\u00010\u0007\u0012\u0006\u0012\u0004\u0018\u00010\u00030\u0005¢\u0006\u0002\b\\u0001\u0000¢\u0006\u0002\u0010\tRL\u0010\u0004\u001a5\b\u0001\u0012\u0010\u0012\u000e\u0012\u0004\u0012\u00028\u0000\u0012\u0004\u0012\u00028\u00010\u0006\u0012\u0004\u0012\u00028\u0000\u0012\n\u0012\b\u0012\u0004\u0012\u00028\u00010\u0007\u0012\u0006\u0012\u0004\u0018\u00010\u00030\u0005¢\u0006\u0002\b\bX\u0080\u0004ø\u0001\u0000¢\u0006\n\n\u0002\u0010\f\u001a\u0004\b\n\u0010\u000b\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\r"}, m238d2 = {"Lkotlin/DeepRecursiveFunction;", "T", "R", "", "block", "Lkotlin/Function3;", "Lkotlin/DeepRecursiveScope;", "Lkotlin/coroutines/Continuation;", "Lkotlin/ExtensionFunctionType;", "(Lkotlin/jvm/functions/Function3;)V", "getBlock$kotlin_stdlib", "()Lkotlin/jvm/functions/Function3;", "Lkotlin/jvm/functions/Function3;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class DeepRecursiveFunction<T, R> {
private final Function3<DeepRecursiveScope<T, R>, T, Continuation<? super R>, Object> block;
/* JADX WARN: Multi-variable type inference failed */
public DeepRecursiveFunction(Function3<? super DeepRecursiveScope<T, R>, ? super T, ? super Continuation<? super R>, ? extends Object> block) {
Intrinsics.checkNotNullParameter(block, "block");
this.block = block;
}
public final Function3<DeepRecursiveScope<T, R>, T, Continuation<? super R>, Object> getBlock$kotlin_stdlib() {
return this.block;
}
}
@@ -0,0 +1,25 @@
package kotlin;
import kotlin.Result;
import kotlin.coroutines.intrinsics.IntrinsicsKt;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: DeepRecursive.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000,\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u001a2\u0010\u0004\u001a\u0002H\u0005\"\u0004\b\u0000\u0010\u0006\"\u0004\b\u0001\u0010\u0005*\u000e\u0012\u0004\u0012\u0002H\u0006\u0012\u0004\u0012\u0002H\u00050\u00072\u0006\u0010\b\u001a\u0002H\u0006H\u0087\u0002¢\u0006\u0002\u0010\t\"\u0019\u0010\u0000\u001a\b\u0012\u0004\u0012\u00020\u00020\u0001X\u0082\u0004ø\u0001\u0000¢\u0006\u0004\n\u0002\u0010\u0003*v\b\u0003\u0010\n\"5\b\u0001\u0012\f\u0012\n\u0012\u0002\b\u0003\u0012\u0002\b\u00030\f\u0012\u0006\u0012\u0004\u0018\u00010\u0002\u0012\f\u0012\n\u0012\u0006\u0012\u0004\u0018\u00010\u00020\r\u0012\u0006\u0012\u0004\u0018\u00010\u00020\u000b¢\u0006\u0002\b\u000e25\b\u0001\u0012\f\u0012\n\u0012\u0002\b\u0003\u0012\u0002\b\u00030\f\u0012\u0006\u0012\u0004\u0018\u00010\u0002\u0012\f\u0012\n\u0012\u0006\u0012\u0004\u0018\u00010\u00020\r\u0012\u0006\u0012\u0004\u0018\u00010\u00020\u000b¢\u0006\u0002\b\u000eB\u0002\b\u000f\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u0010"}, m238d2 = {"UNDEFINED_RESULT", "Lkotlin/Result;", "", "Ljava/lang/Object;", "invoke", "R", "T", "Lkotlin/DeepRecursiveFunction;", "value", "(Lkotlin/DeepRecursiveFunction;Ljava/lang/Object;)Ljava/lang/Object;", "DeepRecursiveFunctionBlock", "Lkotlin/Function3;", "Lkotlin/DeepRecursiveScope;", "Lkotlin/coroutines/Continuation;", "Lkotlin/ExtensionFunctionType;", "Lkotlin/ExperimentalStdlibApi;", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class DeepRecursiveKt {
private static final Object UNDEFINED_RESULT;
private static /* synthetic */ void DeepRecursiveFunctionBlock$annotations() {
}
public static final <T, R> R invoke(DeepRecursiveFunction<T, R> invoke, T t) {
Intrinsics.checkNotNullParameter(invoke, "$this$invoke");
return (R) new DeepRecursiveScopeImpl(invoke.getBlock$kotlin_stdlib(), t).runCallLoop();
}
static {
Result.Companion companion = Result.INSTANCE;
UNDEFINED_RESULT = Result.m294constructorimpl(IntrinsicsKt.getCOROUTINE_SUSPENDED());
}
}
@@ -0,0 +1,27 @@
package kotlin;
import kotlin.coroutines.Continuation;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: DeepRecursive.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0000\n\u0002\b\u0006\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0001\n\u0002\u0018\u0002\n\u0000\b7\u0018\u0000*\u0004\b\u0000\u0010\u0001*\u0004\b\u0001\u0010\u00022\u00020\u0003B\u0007\b\u0002¢\u0006\u0002\u0010\u0004J\u0019\u0010\u0005\u001a\u00028\u00012\u0006\u0010\u0006\u001a\u00028\u0000H¦@ø\u0001\u0000¢\u0006\u0002\u0010\u0007J5\u0010\u0005\u001a\u0002H\b\"\u0004\b\u0002\u0010\t\"\u0004\b\u0003\u0010\b*\u000e\u0012\u0004\u0012\u0002H\t\u0012\u0004\u0012\u0002H\b0\n2\u0006\u0010\u0006\u001a\u0002H\tH¦@ø\u0001\u0000¢\u0006\u0002\u0010\u000bJ\u001f\u0010\f\u001a\u00020\r*\n\u0012\u0002\b\u0003\u0012\u0002\b\u00030\n2\b\u0010\u0006\u001a\u0004\u0018\u00010\u0003H\u0087\u0002\u0082\u0001\u0001\u000e\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u000f"}, m238d2 = {"Lkotlin/DeepRecursiveScope;", "T", "R", "", "()V", "callRecursive", "value", "(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "S", "U", "Lkotlin/DeepRecursiveFunction;", "(Lkotlin/DeepRecursiveFunction;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "invoke", "", "Lkotlin/DeepRecursiveScopeImpl;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public abstract class DeepRecursiveScope<T, R> {
public abstract Object callRecursive(T t, Continuation<? super R> continuation);
public abstract <U, S> Object callRecursive(DeepRecursiveFunction<U, S> deepRecursiveFunction, U u, Continuation<? super S> continuation);
private DeepRecursiveScope() {
}
public /* synthetic */ DeepRecursiveScope(DefaultConstructorMarker $constructor_marker) {
this();
}
@Deprecated(level = DeprecationLevel.ERROR, message = "'invoke' should not be called from DeepRecursiveScope. Use 'callRecursive' to do recursion in the heap instead of the call stack.", replaceWith = @ReplaceWith(expression = "this.callRecursive(value)", imports = {}))
public final Void invoke(DeepRecursiveFunction<?, ?> invoke, Object value) {
Intrinsics.checkNotNullParameter(invoke, "$this$invoke");
throw new UnsupportedOperationException("Should not be called from DeepRecursiveScope");
}
}
@@ -0,0 +1,142 @@
package kotlin;
import kotlin.Result;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.CoroutineContext;
import kotlin.coroutines.EmptyCoroutineContext;
import kotlin.coroutines.intrinsics.IntrinsicsKt;
import kotlin.coroutines.jvm.internal.DebugProbesKt;
import kotlin.jvm.functions.Function3;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.TypeIntrinsics;
/* compiled from: DeepRecursive.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000B\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0018\u0002\n\u0002\b\u0007\n\u0002\u0010\u0002\n\u0002\b\u0005\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0003\u0018\u0000*\u0004\b\u0000\u0010\u0001*\u0004\b\u0001\u0010\u00022\u000e\u0012\u0004\u0012\u0002H\u0001\u0012\u0004\u0012\u0002H\u00020\u00032\b\u0012\u0004\u0012\u0002H\u00020\u0004BK\u00129\u0010\u0005\u001a5\b\u0001\u0012\u0010\u0012\u000e\u0012\u0004\u0012\u00028\u0000\u0012\u0004\u0012\u00028\u00010\u0003\u0012\u0004\u0012\u00028\u0000\u0012\n\u0012\b\u0012\u0004\u0012\u00028\u00010\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0006¢\u0006\u0002\b\b\u0012\u0006\u0010\t\u001a\u00028\u0000ø\u0001\u0000¢\u0006\u0002\u0010\nJ\u0019\u0010\u0015\u001a\u00028\u00012\u0006\u0010\t\u001a\u00028\u0000H\u0096@ø\u0001\u0000¢\u0006\u0002\u0010\u0016Jc\u0010\u0017\u001a\n\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u000429\u0010\u0018\u001a5\b\u0001\u0012\f\u0012\n\u0012\u0002\b\u0003\u0012\u0002\b\u00030\u0003\u0012\u0006\u0012\u0004\u0018\u00010\u0007\u0012\f\u0012\n\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0006¢\u0006\u0002\b\b2\u000e\u0010\u000b\u001a\n\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0004H\u0002ø\u0001\u0000¢\u0006\u0002\u0010\u0019J\u001e\u0010\u001a\u001a\u00020\u001b2\f\u0010\u0012\u001a\b\u0012\u0004\u0012\u00028\u00010\u0013H\u0016ø\u0001\u0000¢\u0006\u0002\u0010\u001cJ\u000b\u0010\u001d\u001a\u00028\u0001¢\u0006\u0002\u0010\u001eJ5\u0010\u0015\u001a\u0002H\u001f\"\u0004\b\u0002\u0010 \"\u0004\b\u0003\u0010\u001f*\u000e\u0012\u0004\u0012\u0002H \u0012\u0004\u0012\u0002H\u001f0!2\u0006\u0010\t\u001a\u0002H H\u0096@ø\u0001\u0000¢\u0006\u0002\u0010\"R\u0018\u0010\u000b\u001a\f\u0012\u0006\u0012\u0004\u0018\u00010\u0007\u0018\u00010\u0004X\u0082\u000e¢\u0006\u0002\n\u0000R\u0014\u0010\f\u001a\u00020\r8VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\u000e\u0010\u000fRF\u0010\u0010\u001a5\b\u0001\u0012\f\u0012\n\u0012\u0002\b\u0003\u0012\u0002\b\u00030\u0003\u0012\u0006\u0012\u0004\u0018\u00010\u0007\u0012\f\u0012\n\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0004\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0006¢\u0006\u0002\b\bX\u0082\u000eø\u0001\u0000¢\u0006\u0004\n\u0002\u0010\u0011R\u001e\u0010\u0012\u001a\n\u0012\u0006\u0012\u0004\u0018\u00010\u00070\u0013X\u0082\u000eø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\n\u0002\u0010\u0014R\u0010\u0010\t\u001a\u0004\u0018\u00010\u0007X\u0082\u000e¢\u0006\u0002\n\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006#"}, m238d2 = {"Lkotlin/DeepRecursiveScopeImpl;", "T", "R", "Lkotlin/DeepRecursiveScope;", "Lkotlin/coroutines/Continuation;", "block", "Lkotlin/Function3;", "", "Lkotlin/ExtensionFunctionType;", "value", "(Lkotlin/jvm/functions/Function3;Ljava/lang/Object;)V", "cont", "context", "Lkotlin/coroutines/CoroutineContext;", "getContext", "()Lkotlin/coroutines/CoroutineContext;", "function", "Lkotlin/jvm/functions/Function3;", "result", "Lkotlin/Result;", "Ljava/lang/Object;", "callRecursive", "(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "crossFunctionCompletion", "currentFunction", "(Lkotlin/jvm/functions/Function3;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;", "resumeWith", "", "(Ljava/lang/Object;)V", "runCallLoop", "()Ljava/lang/Object;", "S", "U", "Lkotlin/DeepRecursiveFunction;", "(Lkotlin/DeepRecursiveFunction;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
final class DeepRecursiveScopeImpl<T, R> extends DeepRecursiveScope<T, R> implements Continuation<R> {
private Continuation<Object> cont;
private Function3<? super DeepRecursiveScope<?, ?>, Object, ? super Continuation<Object>, ? extends Object> function;
private Object result;
private Object value;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
/* JADX WARN: Multi-variable type inference failed */
public DeepRecursiveScopeImpl(Function3<? super DeepRecursiveScope<T, R>, ? super T, ? super Continuation<? super R>, ? extends Object> block, T t) {
super(null);
Object obj;
Intrinsics.checkNotNullParameter(block, "block");
this.function = block;
this.value = t;
this.cont = this;
obj = DeepRecursiveKt.UNDEFINED_RESULT;
this.result = obj;
}
@Override // kotlin.coroutines.Continuation
/* renamed from: getContext */
public CoroutineContext get$context() {
return EmptyCoroutineContext.INSTANCE;
}
@Override // kotlin.coroutines.Continuation
public void resumeWith(Object result) {
this.cont = null;
this.result = result;
}
@Override // kotlin.DeepRecursiveScope
public Object callRecursive(T t, Continuation<? super R> continuation) {
if (continuation != null) {
this.cont = continuation;
this.value = t;
Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED();
if (coroutine_suspended == IntrinsicsKt.getCOROUTINE_SUSPENDED()) {
DebugProbesKt.probeCoroutineSuspended(continuation);
}
return coroutine_suspended;
}
throw new NullPointerException("null cannot be cast to non-null type kotlin.coroutines.Continuation<kotlin.Any?>");
}
@Override // kotlin.DeepRecursiveScope
public <U, S> Object callRecursive(DeepRecursiveFunction<U, S> deepRecursiveFunction, U u, Continuation<? super S> continuation) {
Function3 function = deepRecursiveFunction.getBlock$kotlin_stdlib();
if (function == null) {
throw new NullPointerException("null cannot be cast to non-null type kotlin.DeepRecursiveFunctionBlock /* = suspend kotlin.DeepRecursiveScope<*, *>.(kotlin.Any?) -> kotlin.Any? */");
}
DeepRecursiveScopeImpl<T, R> $this$with = this;
Function3 currentFunction = $this$with.function;
if (function != currentFunction) {
$this$with.function = function;
if (continuation != null) {
$this$with.cont = $this$with.crossFunctionCompletion(currentFunction, continuation);
} else {
throw new NullPointerException("null cannot be cast to non-null type kotlin.coroutines.Continuation<kotlin.Any?>");
}
} else if (continuation != null) {
$this$with.cont = continuation;
} else {
throw new NullPointerException("null cannot be cast to non-null type kotlin.coroutines.Continuation<kotlin.Any?>");
}
$this$with.value = u;
Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED();
if (coroutine_suspended == IntrinsicsKt.getCOROUTINE_SUSPENDED()) {
DebugProbesKt.probeCoroutineSuspended(continuation);
}
return coroutine_suspended;
}
private final Continuation<Object> crossFunctionCompletion(final Function3<? super DeepRecursiveScope<?, ?>, Object, ? super Continuation<Object>, ? extends Object> currentFunction, final Continuation<Object> cont) {
final EmptyCoroutineContext emptyCoroutineContext = EmptyCoroutineContext.INSTANCE;
return new Continuation<Object>() { // from class: kotlin.DeepRecursiveScopeImpl$crossFunctionCompletion$$inlined$Continuation$1
@Override // kotlin.coroutines.Continuation
/* renamed from: getContext, reason: from getter */
public CoroutineContext get$context() {
return CoroutineContext.this;
}
@Override // kotlin.coroutines.Continuation
public void resumeWith(Object result) {
this.function = currentFunction;
this.cont = cont;
this.result = result;
}
};
}
public final R runCallLoop() {
Object obj;
Object obj2;
while (true) {
R r = (R) this.result;
Continuation<Object> continuation = this.cont;
if (continuation != null) {
obj = DeepRecursiveKt.UNDEFINED_RESULT;
if (!Result.m296equalsimpl0(obj, r)) {
obj2 = DeepRecursiveKt.UNDEFINED_RESULT;
this.result = obj2;
continuation.resumeWith(r);
} else {
try {
Function3<? super DeepRecursiveScope<?, ?>, Object, ? super Continuation<Object>, ? extends Object> function3 = this.function;
Object obj3 = this.value;
if (function3 == null) {
throw new NullPointerException("null cannot be cast to non-null type (R, P, kotlin.coroutines.Continuation<T>) -> kotlin.Any?");
}
Object invoke = ((Function3) TypeIntrinsics.beforeCheckcastToFunctionOfArity(function3, 3)).invoke(this, obj3, continuation);
if (invoke != IntrinsicsKt.getCOROUTINE_SUSPENDED()) {
Result.Companion companion = Result.INSTANCE;
continuation.resumeWith(Result.m294constructorimpl(invoke));
}
} catch (Throwable th) {
Result.Companion companion2 = Result.INSTANCE;
continuation.resumeWith(Result.m294constructorimpl(ResultKt.createFailure(th)));
}
}
} else {
ResultKt.throwOnFailure(r);
return r;
}
}
}
}
@@ -0,0 +1,25 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.ANNOTATION_TYPE})
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\b\u0087\u0002\u0018\u00002\u00020\u0001B\u001c\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0004\u001a\u00020\u0005\u0012\b\b\u0002\u0010\u0006\u001a\u00020\u0007R\u000f\u0010\u0006\u001a\u00020\u0007¢\u0006\u0006\u001a\u0004\b\u0006\u0010\bR\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\tR\u000f\u0010\u0004\u001a\u00020\u0005¢\u0006\u0006\u001a\u0004\b\u0004\u0010\\u0006\u000b"}, m238d2 = {"Lkotlin/Deprecated;", "", "message", "", "replaceWith", "Lkotlin/ReplaceWith;", "level", "Lkotlin/DeprecationLevel;", "()Lkotlin/DeprecationLevel;", "()Ljava/lang/String;", "()Lkotlin/ReplaceWith;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.TYPEALIAS})
@Documented
@Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes11.dex */
public @interface Deprecated {
DeprecationLevel level() default DeprecationLevel.WARNING;
String message();
ReplaceWith replaceWith() default @ReplaceWith(expression = "", imports = {});
}
@@ -0,0 +1,25 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.ANNOTATION_TYPE})
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0004\b\u0087\u0002\u0018\u00002\u00020\u0001B\u001e\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0004\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0005\u001a\u00020\u0003R\u000f\u0010\u0004\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0004\u0010\u0006R\u000f\u0010\u0005\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0005\u0010\u0006R\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0006¨\u0006\u0007"}, m238d2 = {"Lkotlin/DeprecatedSinceKotlin;", "", "warningSince", "", "errorSince", "hiddenSince", "()Ljava/lang/String;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.TYPEALIAS})
@Documented
@Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes11.dex */
public @interface DeprecatedSinceKotlin {
String errorSince() default "";
String hiddenSince() default "";
String warningSince() default "";
}
@@ -0,0 +1,10 @@
package kotlin;
/* compiled from: Annotations.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0005\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002j\u0002\b\u0003j\u0002\b\u0004j\u0002\b\u0005¨\u0006\u0006"}, m238d2 = {"Lkotlin/DeprecationLevel;", "", "(Ljava/lang/String;I)V", "WARNING", "ERROR", "HIDDEN", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public enum DeprecationLevel {
WARNING,
ERROR,
HIDDEN
}
@@ -0,0 +1,22 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({ElementType.ANNOTATION_TYPE})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/DslMarker;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Documented
/* loaded from: classes11.dex */
public @interface DslMarker {
}
@@ -0,0 +1,9 @@
package kotlin;
/* compiled from: Exceptions.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"kotlin/ExceptionsKt__ExceptionsKt"}, m239k = 4, m240mv = {1, 4, 0}, m242xi = 1)
/* loaded from: classes11.dex */
public final class ExceptionsKt extends ExceptionsKt__ExceptionsKt {
private ExceptionsKt() {
}
}
@@ -0,0 +1,72 @@
package kotlin;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.List;
import kotlin.internal.PlatformImplementationsKt;
import kotlin.jvm.internal.Intrinsics;
/* JADX INFO: Access modifiers changed from: package-private */
/* compiled from: Exceptions.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00004\n\u0000\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\u0010\u0003\n\u0002\b\u0005\n\u0002\u0010 \n\u0002\b\u0004\n\u0002\u0010\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0000\u001a\u0014\u0010\r\u001a\u00020\u000e*\u00020\u00032\u0006\u0010\u000f\u001a\u00020\u0003H\u0007\u001a\r\u0010\u0010\u001a\u00020\u000e*\u00020\u0003H\u0087\b\u001a\u0015\u0010\u0010\u001a\u00020\u000e*\u00020\u00032\u0006\u0010\u0011\u001a\u00020\u0012H\u0087\b\u001a\u0015\u0010\u0010\u001a\u00020\u000e*\u00020\u00032\u0006\u0010\u0013\u001a\u00020\u0014H\u0087\b\u001a\f\u0010\u0015\u001a\u00020\u0016*\u00020\u0003H\u0007\"!\u0010\u0000\u001a\b\u0012\u0004\u0012\u00020\u00020\u0001*\u00020\u00038F¢\u0006\f\u0012\u0004\b\u0004\u0010\u0005\u001a\u0004\b\u0006\u0010\u0007\"$\u0010\b\u001a\b\u0012\u0004\u0012\u00020\u00030\t*\u00020\u00038FX\u0087\u0004¢\u0006\f\u0012\u0004\b\n\u0010\u0005\u001a\u0004\b\u000b\u0010\\u0006\u0017"}, m238d2 = {"stackTrace", "", "Ljava/lang/StackTraceElement;", "", "getStackTrace$annotations", "(Ljava/lang/Throwable;)V", "getStackTrace", "(Ljava/lang/Throwable;)[Ljava/lang/StackTraceElement;", "suppressedExceptions", "", "getSuppressedExceptions$annotations", "getSuppressedExceptions", "(Ljava/lang/Throwable;)Ljava/util/List;", "addSuppressed", "", "exception", "printStackTrace", "stream", "Ljava/io/PrintStream;", "writer", "Ljava/io/PrintWriter;", "stackTraceToString", "", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/ExceptionsKt")
/* loaded from: classes11.dex */
public class ExceptionsKt__ExceptionsKt {
public static /* synthetic */ void getStackTrace$annotations(Throwable th) {
}
public static /* synthetic */ void getSuppressedExceptions$annotations(Throwable th) {
}
private static final void printStackTrace(Throwable $this$printStackTrace) {
if ($this$printStackTrace == null) {
throw new NullPointerException("null cannot be cast to non-null type java.lang.Throwable");
}
$this$printStackTrace.printStackTrace();
}
private static final void printStackTrace(Throwable $this$printStackTrace, PrintWriter writer) {
if ($this$printStackTrace == null) {
throw new NullPointerException("null cannot be cast to non-null type java.lang.Throwable");
}
$this$printStackTrace.printStackTrace(writer);
}
private static final void printStackTrace(Throwable $this$printStackTrace, PrintStream stream) {
if ($this$printStackTrace == null) {
throw new NullPointerException("null cannot be cast to non-null type java.lang.Throwable");
}
$this$printStackTrace.printStackTrace(stream);
}
public static final StackTraceElement[] getStackTrace(Throwable stackTrace) {
Intrinsics.checkNotNullParameter(stackTrace, "$this$stackTrace");
StackTraceElement[] stackTrace2 = stackTrace.getStackTrace();
Intrinsics.checkNotNull(stackTrace2);
return stackTrace2;
}
public static final String stackTraceToString(Throwable stackTraceToString) {
Intrinsics.checkNotNullParameter(stackTraceToString, "$this$stackTraceToString");
StringWriter sw = new StringWriter();
PrintWriter pw = new PrintWriter(sw);
stackTraceToString.printStackTrace(pw);
pw.flush();
String stringWriter = sw.toString();
Intrinsics.checkNotNullExpressionValue(stringWriter, "sw.toString()");
return stringWriter;
}
public static final void addSuppressed(Throwable addSuppressed, Throwable exception) {
Intrinsics.checkNotNullParameter(addSuppressed, "$this$addSuppressed");
Intrinsics.checkNotNullParameter(exception, "exception");
if (addSuppressed != exception) {
PlatformImplementationsKt.IMPLEMENTATIONS.addSuppressed(addSuppressed, exception);
}
}
public static final List<Throwable> getSuppressedExceptions(Throwable suppressedExceptions) {
Intrinsics.checkNotNullParameter(suppressedExceptions, "$this$suppressedExceptions");
return PlatformImplementationsKt.IMPLEMENTATIONS.getSuppressed(suppressedExceptions);
}
}
@@ -0,0 +1,28 @@
package kotlin;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: Experimental.kt */
@Target({ElementType.ANNOTATION_TYPE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\b\u0087\u0002\u0018\u00002\u00020\u0001:\u0001\u0005B\n\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003R\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0004ø\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u009120\u0001¨\u0006\u0006"}, m238d2 = {"Lkotlin/Experimental;", "", "level", "Lkotlin/Experimental$Level;", "()Lkotlin/Experimental$Level;", "Level", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Deprecated(message = "Please use RequiresOptIn instead.")
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
/* loaded from: classes11.dex */
public @interface Experimental {
/* compiled from: Experimental.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0004\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002j\u0002\b\u0003j\u0002\b\u0004¨\u0006\u0005"}, m238d2 = {"Lkotlin/Experimental$Level;", "", "(Ljava/lang/String;I)V", "WARNING", "ERROR", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
public enum Level {
WARNING,
ERROR
}
Level level() default Level.ERROR;
}
@@ -0,0 +1,22 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Multiplatform.kt */
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.LOCAL_VARIABLE, ElementType.ANNOTATION_TYPE})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000ø\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u009120\u0001¨\u0006\u0002"}, m238d2 = {"Lkotlin/ExperimentalMultiplatform;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Documented
/* loaded from: classes11.dex */
public @interface ExperimentalMultiplatform {
}
@@ -0,0 +1,22 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: ExperimentalStdlibApi.kt */
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.LOCAL_VARIABLE, ElementType.ANNOTATION_TYPE})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/ExperimentalStdlibApi;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Documented
/* loaded from: classes11.dex */
public @interface ExperimentalStdlibApi {
}
@@ -0,0 +1,22 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Unsigned.kt */
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.LOCAL_VARIABLE, ElementType.ANNOTATION_TYPE})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000ø\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u009120\u0001¨\u0006\u0002"}, m238d2 = {"Lkotlin/ExperimentalUnsignedTypes;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Documented
/* loaded from: classes11.dex */
public @interface ExperimentalUnsignedTypes {
}
@@ -0,0 +1,19 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({})
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/ExtensionFunctionType;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.TYPE})
@Documented
@Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes11.dex */
public @interface ExtensionFunctionType {
}
@@ -0,0 +1,7 @@
package kotlin;
/* compiled from: Function.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0000\n\u0000\bf\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u00012\u00020\u0002¨\u0006\u0003"}, m238d2 = {"Lkotlin/Function;", "R", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public interface Function<R> {
}
@@ -0,0 +1,13 @@
package kotlin;
/* compiled from: HashCode.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0000\n\u0002\u0010\b\n\u0002\u0010\u0000\n\u0000\u001a\u000f\u0010\u0000\u001a\u00020\u0001*\u0004\u0018\u00010\u0002H\u0087\\u0006\u0003"}, m238d2 = {"hashCode", "", "", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class HashCodeKt {
private static final int hashCode(Object $this$hashCode) {
if ($this$hashCode != null) {
return $this$hashCode.hashCode();
}
return 0;
}
}
@@ -0,0 +1,28 @@
package kotlin;
import java.io.Serializable;
/* compiled from: Lazy.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0000\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u00012\b\u0012\u0004\u0012\u0002H\u00010\u00022\u00060\u0003j\u0002`\u0004B\r\u0012\u0006\u0010\u0005\u001a\u00028\u0000¢\u0006\u0002\u0010\u0006J\b\u0010\n\u001a\u00020\u000bH\u0016J\b\u0010\f\u001a\u00020\rH\u0016R\u0016\u0010\u0005\u001a\u00028\u0000X\u0096\u0004¢\u0006\n\n\u0002\u0010\t\u001a\u0004\b\u0007\u0010\\u0006\u000e"}, m238d2 = {"Lkotlin/InitializedLazyImpl;", "T", "Lkotlin/Lazy;", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "value", "(Ljava/lang/Object;)V", "getValue", "()Ljava/lang/Object;", "Ljava/lang/Object;", "isInitialized", "", "toString", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class InitializedLazyImpl<T> implements Lazy<T>, Serializable {
private final T value;
public InitializedLazyImpl(T t) {
this.value = t;
}
@Override // kotlin.Lazy
public T getValue() {
return this.value;
}
@Override // kotlin.Lazy
public boolean isInitialized() {
return true;
}
public String toString() {
return String.valueOf(getValue());
}
}
@@ -0,0 +1,21 @@
package kotlin;
/* compiled from: ExceptionsH.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0002\n\u0002\u0010\u0003\n\u0002\b\u0003\b\u0001\u0018\u00002\u00060\u0001j\u0002`\u0002B\u0007\b\u0016¢\u0006\u0002\u0010\u0003B\u0011\b\u0016\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005¢\u0006\u0002\u0010\u0006B\u001b\b\u0016\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005\u0012\b\u0010\u0007\u001a\u0004\u0018\u00010\\u0006\u0002\u0010\tB\u0011\b\u0016\u0012\b\u0010\u0007\u001a\u0004\u0018\u00010\\u0006\u0002\u0010\\u0006\u000b"}, m238d2 = {"Lkotlin/KotlinNothingValueException;", "Ljava/lang/RuntimeException;", "Lkotlin/RuntimeException;", "()V", "message", "", "(Ljava/lang/String;)V", "cause", "", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "(Ljava/lang/Throwable;)V", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class KotlinNothingValueException extends RuntimeException {
public KotlinNothingValueException() {
}
public KotlinNothingValueException(String message) {
super(message);
}
public KotlinNothingValueException(String message, Throwable cause) {
super(message, cause);
}
public KotlinNothingValueException(Throwable cause) {
super(cause);
}
}
@@ -0,0 +1,13 @@
package kotlin;
/* compiled from: KotlinNullPointerException.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0016\u0018\u00002\u00060\u0001j\u0002`\u0002B\u0007\b\u0016¢\u0006\u0002\u0010\u0003B\u0011\b\u0016\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005¢\u0006\u0002\u0010\u0006¨\u0006\u0007"}, m238d2 = {"Lkotlin/KotlinNullPointerException;", "Ljava/lang/NullPointerException;", "Lkotlin/NullPointerException;", "()V", "message", "", "(Ljava/lang/String;)V", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public class KotlinNullPointerException extends NullPointerException {
public KotlinNullPointerException() {
}
public KotlinNullPointerException(String message) {
super(message);
}
}
@@ -0,0 +1,85 @@
package kotlin;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: KotlinVersion.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0010\u000f\n\u0000\n\u0002\u0010\b\n\u0002\b\f\n\u0002\u0010\u000b\n\u0002\u0010\u0000\n\u0002\b\u0003\n\u0002\u0010\u000e\n\u0002\b\u0003\b\u0007\u0018\u0000 \u00172\b\u0012\u0004\u0012\u00020\u00000\u0001:\u0001\u0017B\u0017\b\u0016\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003¢\u0006\u0002\u0010\u0005B\u001d\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003\u0012\u0006\u0010\u0006\u001a\u00020\u0003¢\u0006\u0002\u0010\u0007J\u0011\u0010\r\u001a\u00020\u00032\u0006\u0010\u000e\u001a\u00020\u0000H\u0096\u0002J\u0013\u0010\u000f\u001a\u00020\u00102\b\u0010\u000e\u001a\u0004\u0018\u00010\u0011H\u0096\u0002J\b\u0010\u0012\u001a\u00020\u0003H\u0016J\u0016\u0010\u0013\u001a\u00020\u00102\u0006\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u0003J\u001e\u0010\u0013\u001a\u00020\u00102\u0006\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\u0006\u0010\u0006\u001a\u00020\u0003J\b\u0010\u0014\u001a\u00020\u0015H\u0016J \u0010\u0016\u001a\u00020\u00032\u0006\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\u0006\u0010\u0006\u001a\u00020\u0003H\u0002R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\b\u0010\tR\u0011\u0010\u0004\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\tR\u0011\u0010\u0006\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\tR\u000e\u0010\f\u001a\u00020\u0003X\u0082\u0004¢\u0006\u0002\n\u0000¨\u0006\u0018"}, m238d2 = {"Lkotlin/KotlinVersion;", "", "major", "", "minor", "(II)V", "patch", "(III)V", "getMajor", "()I", "getMinor", "getPatch", "version", "compareTo", "other", "equals", "", "", "hashCode", "isAtLeast", "toString", "", "versionOf", "Companion", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class KotlinVersion implements Comparable<KotlinVersion> {
public static final int MAX_COMPONENT_VALUE = 255;
private final int major;
private final int minor;
private final int patch;
private final int version;
public static final KotlinVersion CURRENT = new KotlinVersion(1, 4, 10);
public KotlinVersion(int major, int minor, int patch) {
this.major = major;
this.minor = minor;
this.patch = patch;
this.version = versionOf(major, minor, patch);
}
public final int getMajor() {
return this.major;
}
public final int getMinor() {
return this.minor;
}
public final int getPatch() {
return this.patch;
}
public KotlinVersion(int major, int minor) {
this(major, minor, 0);
}
private final int versionOf(int major, int minor, int patch) {
if (!(major >= 0 && 255 >= major && minor >= 0 && 255 >= minor && patch >= 0 && 255 >= patch)) {
throw new IllegalArgumentException(("Version components are out of range: " + major + '.' + minor + '.' + patch).toString());
}
return (major << 16) + (minor << 8) + patch;
}
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(this.major);
sb.append('.');
sb.append(this.minor);
sb.append('.');
sb.append(this.patch);
return sb.toString();
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
KotlinVersion otherVersion = (KotlinVersion) (!(other instanceof KotlinVersion) ? null : other);
return otherVersion != null && this.version == otherVersion.version;
}
/* renamed from: hashCode, reason: from getter */
public int getVersion() {
return this.version;
}
@Override // java.lang.Comparable
public int compareTo(KotlinVersion other) {
Intrinsics.checkNotNullParameter(other, "other");
return this.version - other.version;
}
public final boolean isAtLeast(int major, int minor) {
int i = this.major;
return i > major || (i == major && this.minor >= minor);
}
public final boolean isAtLeast(int major, int minor, int patch) {
int i;
int i2 = this.major;
return i2 > major || (i2 == major && ((i = this.minor) > minor || (i == minor && this.patch >= patch)));
}
}
@@ -0,0 +1,15 @@
package kotlin;
import kotlin.reflect.KProperty0;
/* compiled from: Lateinit.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\u000b\n\u0002\u0018\u0002\n\u0002\b\u0004\"#\u0010\u0000\u001a\u00020\u0001*\u0006\u0012\u0002\b\u00030\u00028Æ\u0002X\u0087\u0004¢\u0006\f\u0012\u0004\b\u0003\u0010\u0004\u001a\u0004\b\u0000\u0010\u0005¨\u0006\u0006"}, m238d2 = {"isInitialized", "", "Lkotlin/reflect/KProperty0;", "isInitialized$annotations", "(Lkotlin/reflect/KProperty0;)V", "(Lkotlin/reflect/KProperty0;)Z", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class LateinitKt {
public static /* synthetic */ void isInitialized$annotations(KProperty0 kProperty0) {
}
private static final boolean isInitialized(KProperty0<?> kProperty0) {
throw new NotImplementedError("Implementation is intrinsic");
}
}
@@ -0,0 +1,10 @@
package kotlin;
/* compiled from: Lazy.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0000\n\u0002\b\u0004\n\u0002\u0010\u000b\n\u0000\bf\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u00012\u00020\u0002J\b\u0010\u0006\u001a\u00020\u0007H&R\u0012\u0010\u0003\u001a\u00028\u0000X¦\u0004¢\u0006\u0006\u001a\u0004\b\u0004\u0010\u0005¨\u0006\b"}, m238d2 = {"Lkotlin/Lazy;", "T", "", "value", "getValue", "()Ljava/lang/Object;", "isInitialized", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public interface Lazy<T> {
T getValue();
boolean isInitialized();
}
@@ -0,0 +1,22 @@
package kotlin;
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"kotlin/LazyKt__LazyJVMKt", "kotlin/LazyKt__LazyKt"}, m239k = 4, m240mv = {1, 4, 0}, m242xi = 1)
/* loaded from: classes11.dex */
public final class LazyKt extends LazyKt__LazyKt {
@Metadata(m236bv = {1, 0, 3}, m239k = 3, m240mv = {1, 4, 0})
public final /* synthetic */ class WhenMappings {
public static final /* synthetic */ int[] $EnumSwitchMapping$0;
static {
int[] iArr = new int[LazyThreadSafetyMode.values().length];
$EnumSwitchMapping$0 = iArr;
iArr[LazyThreadSafetyMode.SYNCHRONIZED.ordinal()] = 1;
iArr[LazyThreadSafetyMode.PUBLICATION.ordinal()] = 2;
iArr[LazyThreadSafetyMode.NONE.ordinal()] = 3;
}
}
private LazyKt() {
}
}
@@ -0,0 +1,39 @@
package kotlin;
import kotlin.LazyKt;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* JADX INFO: Access modifiers changed from: package-private */
/* compiled from: LazyJVM.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001c\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0000\u001a \u0010\u0000\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0001\"\u0004\b\u0000\u0010\u00022\f\u0010\u0003\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0004\u001a*\u0010\u0000\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0001\"\u0004\b\u0000\u0010\u00022\b\u0010\u0005\u001a\u0004\u0018\u00010\u00062\f\u0010\u0003\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0004\u001a(\u0010\u0000\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0001\"\u0004\b\u0000\u0010\u00022\u0006\u0010\u0007\u001a\u00020\b2\f\u0010\u0003\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0004¨\u0006\t"}, m238d2 = {"lazy", "Lkotlin/Lazy;", "T", "initializer", "Lkotlin/Function0;", "lock", "", "mode", "Lkotlin/LazyThreadSafetyMode;", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/LazyKt")
/* loaded from: classes11.dex */
public class LazyKt__LazyJVMKt {
public static final <T> Lazy<T> lazy(Function0<? extends T> initializer) {
Intrinsics.checkNotNullParameter(initializer, "initializer");
DefaultConstructorMarker defaultConstructorMarker = null;
return new SynchronizedLazyImpl(initializer, defaultConstructorMarker, 2, defaultConstructorMarker);
}
public static final <T> Lazy<T> lazy(LazyThreadSafetyMode mode, Function0<? extends T> initializer) {
Intrinsics.checkNotNullParameter(mode, "mode");
Intrinsics.checkNotNullParameter(initializer, "initializer");
switch (LazyKt.WhenMappings.$EnumSwitchMapping$0[mode.ordinal()]) {
case 1:
DefaultConstructorMarker defaultConstructorMarker = null;
return new SynchronizedLazyImpl(initializer, defaultConstructorMarker, 2, defaultConstructorMarker);
case 2:
return new SafePublicationLazyImpl(initializer);
case 3:
return new UnsafeLazyImpl(initializer);
default:
throw new NoWhenBranchMatchedException();
}
}
public static final <T> Lazy<T> lazy(Object lock, Function0<? extends T> initializer) {
Intrinsics.checkNotNullParameter(initializer, "initializer");
return new SynchronizedLazyImpl(initializer, lock);
}
}
@@ -0,0 +1,18 @@
package kotlin;
import kotlin.jvm.internal.Intrinsics;
import kotlin.reflect.KProperty;
/* compiled from: Lazy.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0018\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\u001a\u001f\u0010\u0000\u001a\b\u0012\u0004\u0012\u0002H\u00020\u0001\"\u0004\b\u0000\u0010\u00022\u0006\u0010\u0003\u001a\u0002H\u0002¢\u0006\u0002\u0010\u0004\u001a4\u0010\u0005\u001a\u0002H\u0002\"\u0004\b\u0000\u0010\u0002*\b\u0012\u0004\u0012\u0002H\u00020\u00012\b\u0010\u0006\u001a\u0004\u0018\u00010\u00072\n\u0010\b\u001a\u0006\u0012\u0002\b\u00030\tH\u0087\\u0006\u0002\u0010\\u0006\u000b"}, m238d2 = {"lazyOf", "Lkotlin/Lazy;", "T", "value", "(Ljava/lang/Object;)Lkotlin/Lazy;", "getValue", "thisRef", "", "property", "Lkotlin/reflect/KProperty;", "(Lkotlin/Lazy;Ljava/lang/Object;Lkotlin/reflect/KProperty;)Ljava/lang/Object;", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/LazyKt")
/* loaded from: classes11.dex */
class LazyKt__LazyKt extends LazyKt__LazyJVMKt {
public static final <T> Lazy<T> lazyOf(T t) {
return new InitializedLazyImpl(t);
}
private static final <T> T getValue(Lazy<? extends T> getValue, Object thisRef, KProperty<?> kProperty) {
Intrinsics.checkNotNullParameter(getValue, "$this$getValue");
return getValue.getValue();
}
}
@@ -0,0 +1,10 @@
package kotlin;
/* compiled from: Lazy.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0005\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002j\u0002\b\u0003j\u0002\b\u0004j\u0002\b\u0005¨\u0006\u0006"}, m238d2 = {"Lkotlin/LazyThreadSafetyMode;", "", "(Ljava/lang/String;I)V", "SYNCHRONIZED", "PUBLICATION", "NONE", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public enum LazyThreadSafetyMode {
SYNCHRONIZED,
PUBLICATION,
NONE
}
@@ -0,0 +1,41 @@
package kotlin;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: Metadata.kt */
@Target({ElementType.TYPE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u0015\n\u0002\b\u0002\n\u0002\u0010\u0011\n\u0002\u0010\u000e\n\u0002\b\u0011\b\u0087\u0002\u0018\u00002\u00020\u0001B\\\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0004\u001a\u00020\u0005\u0012\b\b\u0002\u0010\u0006\u001a\u00020\u0005\u0012\u000e\b\u0002\u0010\u0007\u001a\b\u0012\u0004\u0012\u00020\t0\b\u0012\u000e\b\u0002\u0010\n\u001a\b\u0012\u0004\u0012\u00020\t0\b\u0012\b\b\u0002\u0010\u000b\u001a\u00020\t\u0012\b\b\u0002\u0010\f\u001a\u00020\t\u0012\b\b\u0002\u0010\r\u001a\u00020\u0003R\u0011\u0010\u0006\u001a\u00020\u00058\u0007¢\u0006\u0006\u001a\u0004\b\u000e\u0010\u000fR\u0017\u0010\u0007\u001a\b\u0012\u0004\u0012\u00020\t0\b8\u0007¢\u0006\u0006\u001a\u0004\b\u0010\u0010\u0011R\u0017\u0010\n\u001a\b\u0012\u0004\u0012\u00020\t0\b8\u0007¢\u0006\u0006\u001a\u0004\b\u0012\u0010\u0011R\u0012\u0010\r\u001a\u00020\u0003X\u0087\u0004¢\u0006\u0006\u001a\u0004\b\u0013\u0010\u0014R\u0011\u0010\u000b\u001a\u00020\t8\u0007¢\u0006\u0006\u001a\u0004\b\u0015\u0010\u0016R\u0011\u0010\u0002\u001a\u00020\u00038\u0007¢\u0006\u0006\u001a\u0004\b\u0017\u0010\u0014R\u0011\u0010\u0004\u001a\u00020\u00058\u0007¢\u0006\u0006\u001a\u0004\b\u0018\u0010\u000fR\u0012\u0010\f\u001a\u00020\tX\u0087\u0004¢\u0006\u0006\u001a\u0004\b\u0019\u0010\u0016¨\u0006\u001a"}, m238d2 = {"Lkotlin/Metadata;", "", "kind", "", "metadataVersion", "", "bytecodeVersion", "data1", "", "", "data2", "extraString", "packageName", "extraInt", "bv", "()[I", "d1", "()[Ljava/lang/String;", "d2", "xi", "()I", "xs", "()Ljava/lang/String;", "k", "mv", "pn", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS})
@Retention(RetentionPolicy.RUNTIME)
@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
/* loaded from: classes11.dex */
public @interface Metadata {
/* renamed from: bv */
int[] m236bv() default {};
/* renamed from: d1 */
String[] m237d1() default {};
/* renamed from: d2 */
String[] m238d2() default {};
/* renamed from: k */
int m239k() default 1;
/* renamed from: mv */
int[] m240mv() default {};
/* renamed from: pn */
String m241pn() default "";
/* renamed from: xi */
int m242xi() default 0;
/* renamed from: xs */
String m243xs() default "";
}
@@ -0,0 +1,21 @@
package kotlin;
/* compiled from: NoWhenBranchMatchedException.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0002\n\u0002\u0010\u0003\n\u0002\b\u0003\b\u0016\u0018\u00002\u00060\u0001j\u0002`\u0002B\u0007\b\u0016¢\u0006\u0002\u0010\u0003B\u0011\b\u0016\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005¢\u0006\u0002\u0010\u0006B\u001b\b\u0016\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005\u0012\b\u0010\u0007\u001a\u0004\u0018\u00010\\u0006\u0002\u0010\tB\u0011\b\u0016\u0012\b\u0010\u0007\u001a\u0004\u0018\u00010\\u0006\u0002\u0010\\u0006\u000b"}, m238d2 = {"Lkotlin/NoWhenBranchMatchedException;", "Ljava/lang/RuntimeException;", "Lkotlin/RuntimeException;", "()V", "message", "", "(Ljava/lang/String;)V", "cause", "", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "(Ljava/lang/Throwable;)V", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public class NoWhenBranchMatchedException extends RuntimeException {
public NoWhenBranchMatchedException() {
}
public NoWhenBranchMatchedException(String message) {
super(message);
}
public NoWhenBranchMatchedException(String message, Throwable cause) {
super(message, cause);
}
public NoWhenBranchMatchedException(Throwable cause) {
super(cause);
}
}
@@ -0,0 +1,24 @@
package kotlin;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: Standard.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\u0018\u00002\u00060\u0001j\u0002`\u0002B\u000f\u0012\b\b\u0002\u0010\u0003\u001a\u00020\u0004¢\u0006\u0002\u0010\u0005¨\u0006\u0006"}, m238d2 = {"Lkotlin/NotImplementedError;", "Ljava/lang/Error;", "Lkotlin/Error;", "message", "", "(Ljava/lang/String;)V", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class NotImplementedError extends Error {
/* JADX WARN: Multi-variable type inference failed */
public NotImplementedError() {
this(null, 1, 0 == true ? 1 : 0);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public NotImplementedError(String message) {
super(message);
Intrinsics.checkNotNullParameter(message, "message");
}
public /* synthetic */ NotImplementedError(String str, int i, DefaultConstructorMarker defaultConstructorMarker) {
this((i & 1) != 0 ? "An operation is not implemented." : str);
}
}
@@ -0,0 +1,8 @@
package kotlin;
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"kotlin/NumbersKt__BigDecimalsKt", "kotlin/NumbersKt__BigIntegersKt", "kotlin/NumbersKt__NumbersJVMKt", "kotlin/NumbersKt__NumbersKt"}, m239k = 4, m240mv = {1, 4, 0}, m242xi = 1)
/* loaded from: classes11.dex */
public final class NumbersKt extends NumbersKt__NumbersKt {
private NumbersKt() {
}
}
@@ -0,0 +1,103 @@
package kotlin;
import java.math.BigDecimal;
import java.math.MathContext;
import java.math.RoundingMode;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: BigDecimals.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000$\n\u0000\n\u0002\u0018\u0002\n\u0002\b\b\n\u0002\u0010\u0006\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0007\n\u0002\u0010\b\n\u0002\u0010\t\n\u0002\b\u0002\u001a\r\u0010\u0000\u001a\u00020\u0001*\u00020\u0001H\u0087\n\u001a\u0015\u0010\u0002\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0001H\u0087\n\u001a\r\u0010\u0004\u001a\u00020\u0001*\u00020\u0001H\u0087\n\u001a\u0015\u0010\u0005\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0001H\u0087\n\u001a\u0015\u0010\u0006\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0001H\u0087\n\u001a\u0015\u0010\u0007\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0001H\u0087\n\u001a\u0015\u0010\b\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0001H\u0087\n\u001a\r\u0010\t\u001a\u00020\u0001*\u00020\nH\u0087\b\u001a\u0015\u0010\t\u001a\u00020\u0001*\u00020\n2\u0006\u0010\u000b\u001a\u00020\fH\u0087\b\u001a\r\u0010\t\u001a\u00020\u0001*\u00020\rH\u0087\b\u001a\u0015\u0010\t\u001a\u00020\u0001*\u00020\r2\u0006\u0010\u000b\u001a\u00020\fH\u0087\b\u001a\r\u0010\t\u001a\u00020\u0001*\u00020\u000eH\u0087\b\u001a\u0015\u0010\t\u001a\u00020\u0001*\u00020\u000e2\u0006\u0010\u000b\u001a\u00020\fH\u0087\b\u001a\r\u0010\t\u001a\u00020\u0001*\u00020\u000fH\u0087\b\u001a\u0015\u0010\t\u001a\u00020\u0001*\u00020\u000f2\u0006\u0010\u000b\u001a\u00020\fH\u0087\b\u001a\r\u0010\u0010\u001a\u00020\u0001*\u00020\u0001H\u0087\\u0006\u0011"}, m238d2 = {"dec", "Ljava/math/BigDecimal;", "div", "other", "inc", "minus", "plus", "rem", "times", "toBigDecimal", "", "mathContext", "Ljava/math/MathContext;", "", "", "", "unaryMinus", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/NumbersKt")
/* loaded from: classes11.dex */
class NumbersKt__BigDecimalsKt {
private static final BigDecimal plus(BigDecimal plus, BigDecimal other) {
Intrinsics.checkNotNullParameter(plus, "$this$plus");
BigDecimal add = plus.add(other);
Intrinsics.checkNotNullExpressionValue(add, "this.add(other)");
return add;
}
private static final BigDecimal minus(BigDecimal minus, BigDecimal other) {
Intrinsics.checkNotNullParameter(minus, "$this$minus");
BigDecimal subtract = minus.subtract(other);
Intrinsics.checkNotNullExpressionValue(subtract, "this.subtract(other)");
return subtract;
}
private static final BigDecimal times(BigDecimal times, BigDecimal other) {
Intrinsics.checkNotNullParameter(times, "$this$times");
BigDecimal multiply = times.multiply(other);
Intrinsics.checkNotNullExpressionValue(multiply, "this.multiply(other)");
return multiply;
}
private static final BigDecimal div(BigDecimal div, BigDecimal other) {
Intrinsics.checkNotNullParameter(div, "$this$div");
BigDecimal divide = div.divide(other, RoundingMode.HALF_EVEN);
Intrinsics.checkNotNullExpressionValue(divide, "this.divide(other, RoundingMode.HALF_EVEN)");
return divide;
}
private static final BigDecimal rem(BigDecimal rem, BigDecimal other) {
Intrinsics.checkNotNullParameter(rem, "$this$rem");
BigDecimal remainder = rem.remainder(other);
Intrinsics.checkNotNullExpressionValue(remainder, "this.remainder(other)");
return remainder;
}
private static final BigDecimal unaryMinus(BigDecimal unaryMinus) {
Intrinsics.checkNotNullParameter(unaryMinus, "$this$unaryMinus");
BigDecimal negate = unaryMinus.negate();
Intrinsics.checkNotNullExpressionValue(negate, "this.negate()");
return negate;
}
private static final BigDecimal inc(BigDecimal inc) {
Intrinsics.checkNotNullParameter(inc, "$this$inc");
BigDecimal add = inc.add(BigDecimal.ONE);
Intrinsics.checkNotNullExpressionValue(add, "this.add(BigDecimal.ONE)");
return add;
}
private static final BigDecimal dec(BigDecimal dec) {
Intrinsics.checkNotNullParameter(dec, "$this$dec");
BigDecimal subtract = dec.subtract(BigDecimal.ONE);
Intrinsics.checkNotNullExpressionValue(subtract, "this.subtract(BigDecimal.ONE)");
return subtract;
}
private static final BigDecimal toBigDecimal(int $this$toBigDecimal) {
BigDecimal valueOf = BigDecimal.valueOf($this$toBigDecimal);
Intrinsics.checkNotNullExpressionValue(valueOf, "BigDecimal.valueOf(this.toLong())");
return valueOf;
}
private static final BigDecimal toBigDecimal(int $this$toBigDecimal, MathContext mathContext) {
return new BigDecimal($this$toBigDecimal, mathContext);
}
private static final BigDecimal toBigDecimal(long $this$toBigDecimal) {
BigDecimal valueOf = BigDecimal.valueOf($this$toBigDecimal);
Intrinsics.checkNotNullExpressionValue(valueOf, "BigDecimal.valueOf(this)");
return valueOf;
}
private static final BigDecimal toBigDecimal(long $this$toBigDecimal, MathContext mathContext) {
return new BigDecimal($this$toBigDecimal, mathContext);
}
private static final BigDecimal toBigDecimal(float $this$toBigDecimal) {
return new BigDecimal(String.valueOf($this$toBigDecimal));
}
private static final BigDecimal toBigDecimal(float $this$toBigDecimal, MathContext mathContext) {
return new BigDecimal(String.valueOf($this$toBigDecimal), mathContext);
}
private static final BigDecimal toBigDecimal(double $this$toBigDecimal) {
return new BigDecimal(String.valueOf($this$toBigDecimal));
}
private static final BigDecimal toBigDecimal(double $this$toBigDecimal, MathContext mathContext) {
return new BigDecimal(String.valueOf($this$toBigDecimal), mathContext);
}
}
@@ -0,0 +1,136 @@
package kotlin;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.math.MathContext;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: BigIntegers.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000(\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u000b\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\t\n\u0002\b\u0003\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0001H\u0087\f\u001a\r\u0010\u0003\u001a\u00020\u0001*\u00020\u0001H\u0087\n\u001a\u0015\u0010\u0004\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0001H\u0087\n\u001a\r\u0010\u0005\u001a\u00020\u0001*\u00020\u0001H\u0087\n\u001a\r\u0010\u0006\u001a\u00020\u0001*\u00020\u0001H\u0087\b\u001a\u0015\u0010\u0007\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0001H\u0087\n\u001a\u0015\u0010\b\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0001H\u0087\f\u001a\u0015\u0010\t\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0001H\u0087\n\u001a\u0015\u0010\n\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0001H\u0087\n\u001a\u0015\u0010\u000b\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\f\u001a\u00020\rH\u0087\f\u001a\u0015\u0010\u000e\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\f\u001a\u00020\rH\u0087\f\u001a\u0015\u0010\u000f\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0001H\u0087\n\u001a\r\u0010\u0010\u001a\u00020\u0011*\u00020\u0001H\u0087\b\u001a!\u0010\u0010\u001a\u00020\u0011*\u00020\u00012\b\b\u0002\u0010\u0012\u001a\u00020\r2\b\b\u0002\u0010\u0013\u001a\u00020\u0014H\u0087\b\u001a\r\u0010\u0015\u001a\u00020\u0001*\u00020\rH\u0087\b\u001a\r\u0010\u0015\u001a\u00020\u0001*\u00020\u0016H\u0087\b\u001a\r\u0010\u0017\u001a\u00020\u0001*\u00020\u0001H\u0087\n\u001a\u0015\u0010\u0018\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0001H\u0087\\u0006\u0019"}, m238d2 = {"and", "Ljava/math/BigInteger;", "other", "dec", "div", "inc", "inv", "minus", "or", "plus", "rem", "shl", "n", "", "shr", "times", "toBigDecimal", "Ljava/math/BigDecimal;", "scale", "mathContext", "Ljava/math/MathContext;", "toBigInteger", "", "unaryMinus", "xor", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/NumbersKt")
/* loaded from: classes11.dex */
class NumbersKt__BigIntegersKt extends NumbersKt__BigDecimalsKt {
private static final BigInteger plus(BigInteger plus, BigInteger other) {
Intrinsics.checkNotNullParameter(plus, "$this$plus");
BigInteger add = plus.add(other);
Intrinsics.checkNotNullExpressionValue(add, "this.add(other)");
return add;
}
private static final BigInteger minus(BigInteger minus, BigInteger other) {
Intrinsics.checkNotNullParameter(minus, "$this$minus");
BigInteger subtract = minus.subtract(other);
Intrinsics.checkNotNullExpressionValue(subtract, "this.subtract(other)");
return subtract;
}
private static final BigInteger times(BigInteger times, BigInteger other) {
Intrinsics.checkNotNullParameter(times, "$this$times");
BigInteger multiply = times.multiply(other);
Intrinsics.checkNotNullExpressionValue(multiply, "this.multiply(other)");
return multiply;
}
private static final BigInteger div(BigInteger div, BigInteger other) {
Intrinsics.checkNotNullParameter(div, "$this$div");
BigInteger divide = div.divide(other);
Intrinsics.checkNotNullExpressionValue(divide, "this.divide(other)");
return divide;
}
private static final BigInteger rem(BigInteger rem, BigInteger other) {
Intrinsics.checkNotNullParameter(rem, "$this$rem");
BigInteger remainder = rem.remainder(other);
Intrinsics.checkNotNullExpressionValue(remainder, "this.remainder(other)");
return remainder;
}
private static final BigInteger unaryMinus(BigInteger unaryMinus) {
Intrinsics.checkNotNullParameter(unaryMinus, "$this$unaryMinus");
BigInteger negate = unaryMinus.negate();
Intrinsics.checkNotNullExpressionValue(negate, "this.negate()");
return negate;
}
private static final BigInteger inc(BigInteger inc) {
Intrinsics.checkNotNullParameter(inc, "$this$inc");
BigInteger add = inc.add(BigInteger.ONE);
Intrinsics.checkNotNullExpressionValue(add, "this.add(BigInteger.ONE)");
return add;
}
private static final BigInteger dec(BigInteger dec) {
Intrinsics.checkNotNullParameter(dec, "$this$dec");
BigInteger subtract = dec.subtract(BigInteger.ONE);
Intrinsics.checkNotNullExpressionValue(subtract, "this.subtract(BigInteger.ONE)");
return subtract;
}
private static final BigInteger inv(BigInteger $this$inv) {
BigInteger not = $this$inv.not();
Intrinsics.checkNotNullExpressionValue(not, "this.not()");
return not;
}
private static final BigInteger and(BigInteger $this$and, BigInteger other) {
BigInteger and = $this$and.and(other);
Intrinsics.checkNotNullExpressionValue(and, "this.and(other)");
return and;
}
/* renamed from: or */
private static final BigInteger m244or(BigInteger $this$or, BigInteger other) {
BigInteger or = $this$or.or(other);
Intrinsics.checkNotNullExpressionValue(or, "this.or(other)");
return or;
}
private static final BigInteger xor(BigInteger $this$xor, BigInteger other) {
BigInteger xor = $this$xor.xor(other);
Intrinsics.checkNotNullExpressionValue(xor, "this.xor(other)");
return xor;
}
private static final BigInteger shl(BigInteger $this$shl, int n) {
BigInteger shiftLeft = $this$shl.shiftLeft(n);
Intrinsics.checkNotNullExpressionValue(shiftLeft, "this.shiftLeft(n)");
return shiftLeft;
}
private static final BigInteger shr(BigInteger $this$shr, int n) {
BigInteger shiftRight = $this$shr.shiftRight(n);
Intrinsics.checkNotNullExpressionValue(shiftRight, "this.shiftRight(n)");
return shiftRight;
}
private static final BigInteger toBigInteger(int $this$toBigInteger) {
BigInteger valueOf = BigInteger.valueOf($this$toBigInteger);
Intrinsics.checkNotNullExpressionValue(valueOf, "BigInteger.valueOf(this.toLong())");
return valueOf;
}
private static final BigInteger toBigInteger(long $this$toBigInteger) {
BigInteger valueOf = BigInteger.valueOf($this$toBigInteger);
Intrinsics.checkNotNullExpressionValue(valueOf, "BigInteger.valueOf(this)");
return valueOf;
}
private static final BigDecimal toBigDecimal(BigInteger $this$toBigDecimal) {
return new BigDecimal($this$toBigDecimal);
}
static /* synthetic */ BigDecimal toBigDecimal$default(BigInteger $this$toBigDecimal, int scale, MathContext mathContext, int i, Object obj) {
if ((i & 1) != 0) {
scale = 0;
}
if ((i & 2) != 0) {
MathContext mathContext2 = MathContext.UNLIMITED;
Intrinsics.checkNotNullExpressionValue(mathContext2, "MathContext.UNLIMITED");
mathContext = mathContext2;
}
return new BigDecimal($this$toBigDecimal, scale, mathContext);
}
private static final BigDecimal toBigDecimal(BigInteger $this$toBigDecimal, int scale, MathContext mathContext) {
return new BigDecimal($this$toBigDecimal, scale, mathContext);
}
}
@@ -0,0 +1,113 @@
package kotlin;
import kotlin.jvm.internal.DoubleCompanionObject;
import kotlin.jvm.internal.FloatCompanionObject;
/* compiled from: NumbersJVM.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000*\n\u0000\n\u0002\u0010\b\n\u0002\u0010\t\n\u0002\b\u0003\n\u0002\u0010\u0006\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0007\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000b\n\u0002\b\n\u001a\r\u0010\u0000\u001a\u00020\u0001*\u00020\u0001H\u0087\b\u001a\r\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\b\u001a\r\u0010\u0003\u001a\u00020\u0001*\u00020\u0001H\u0087\b\u001a\r\u0010\u0003\u001a\u00020\u0001*\u00020\u0002H\u0087\b\u001a\r\u0010\u0004\u001a\u00020\u0001*\u00020\u0001H\u0087\b\u001a\r\u0010\u0004\u001a\u00020\u0001*\u00020\u0002H\u0087\b\u001a\u0015\u0010\u0005\u001a\u00020\u0006*\u00020\u00072\u0006\u0010\b\u001a\u00020\u0002H\u0087\b\u001a\u0015\u0010\u0005\u001a\u00020\t*\u00020\n2\u0006\u0010\b\u001a\u00020\u0001H\u0087\b\u001a\r\u0010\u000b\u001a\u00020\f*\u00020\u0006H\u0087\b\u001a\r\u0010\u000b\u001a\u00020\f*\u00020\tH\u0087\b\u001a\r\u0010\r\u001a\u00020\f*\u00020\u0006H\u0087\b\u001a\r\u0010\r\u001a\u00020\f*\u00020\tH\u0087\b\u001a\r\u0010\u000e\u001a\u00020\f*\u00020\u0006H\u0087\b\u001a\r\u0010\u000e\u001a\u00020\f*\u00020\tH\u0087\b\u001a\u0015\u0010\u000f\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0010\u001a\u00020\u0001H\u0087\b\u001a\u0015\u0010\u000f\u001a\u00020\u0002*\u00020\u00022\u0006\u0010\u0010\u001a\u00020\u0001H\u0087\b\u001a\u0015\u0010\u0011\u001a\u00020\u0001*\u00020\u00012\u0006\u0010\u0010\u001a\u00020\u0001H\u0087\b\u001a\u0015\u0010\u0011\u001a\u00020\u0002*\u00020\u00022\u0006\u0010\u0010\u001a\u00020\u0001H\u0087\b\u001a\r\u0010\u0012\u001a\u00020\u0001*\u00020\u0001H\u0087\b\u001a\r\u0010\u0012\u001a\u00020\u0002*\u00020\u0002H\u0087\b\u001a\r\u0010\u0013\u001a\u00020\u0001*\u00020\u0001H\u0087\b\u001a\r\u0010\u0013\u001a\u00020\u0002*\u00020\u0002H\u0087\b\u001a\r\u0010\u0014\u001a\u00020\u0002*\u00020\u0006H\u0087\b\u001a\r\u0010\u0014\u001a\u00020\u0001*\u00020\tH\u0087\b\u001a\r\u0010\u0015\u001a\u00020\u0002*\u00020\u0006H\u0087\b\u001a\r\u0010\u0015\u001a\u00020\u0001*\u00020\tH\u0087\\u0006\u0016"}, m238d2 = {"countLeadingZeroBits", "", "", "countOneBits", "countTrailingZeroBits", "fromBits", "", "Lkotlin/Double$Companion;", "bits", "", "Lkotlin/Float$Companion;", "isFinite", "", "isInfinite", "isNaN", "rotateLeft", "bitCount", "rotateRight", "takeHighestOneBit", "takeLowestOneBit", "toBits", "toRawBits", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/NumbersKt")
/* loaded from: classes11.dex */
class NumbersKt__NumbersJVMKt extends NumbersKt__BigIntegersKt {
private static final boolean isNaN(double $this$isNaN) {
return Double.isNaN($this$isNaN);
}
private static final boolean isNaN(float $this$isNaN) {
return Float.isNaN($this$isNaN);
}
private static final boolean isInfinite(double $this$isInfinite) {
return Double.isInfinite($this$isInfinite);
}
private static final boolean isInfinite(float $this$isInfinite) {
return Float.isInfinite($this$isInfinite);
}
private static final boolean isFinite(double $this$isFinite) {
return (Double.isInfinite($this$isFinite) || Double.isNaN($this$isFinite)) ? false : true;
}
private static final boolean isFinite(float $this$isFinite) {
return (Float.isInfinite($this$isFinite) || Float.isNaN($this$isFinite)) ? false : true;
}
private static final long toBits(double $this$toBits) {
return Double.doubleToLongBits($this$toBits);
}
private static final long toRawBits(double $this$toRawBits) {
return Double.doubleToRawLongBits($this$toRawBits);
}
private static final double fromBits(DoubleCompanionObject $this$fromBits, long bits) {
return Double.longBitsToDouble(bits);
}
private static final int toBits(float $this$toBits) {
return Float.floatToIntBits($this$toBits);
}
private static final int toRawBits(float $this$toRawBits) {
return Float.floatToRawIntBits($this$toRawBits);
}
private static final float fromBits(FloatCompanionObject $this$fromBits, int bits) {
return Float.intBitsToFloat(bits);
}
private static final int countOneBits(int $this$countOneBits) {
return Integer.bitCount($this$countOneBits);
}
private static final int countLeadingZeroBits(int $this$countLeadingZeroBits) {
return Integer.numberOfLeadingZeros($this$countLeadingZeroBits);
}
private static final int countTrailingZeroBits(int $this$countTrailingZeroBits) {
return Integer.numberOfTrailingZeros($this$countTrailingZeroBits);
}
private static final int takeHighestOneBit(int $this$takeHighestOneBit) {
return Integer.highestOneBit($this$takeHighestOneBit);
}
private static final int takeLowestOneBit(int $this$takeLowestOneBit) {
return Integer.lowestOneBit($this$takeLowestOneBit);
}
private static final int rotateLeft(int $this$rotateLeft, int bitCount) {
return Integer.rotateLeft($this$rotateLeft, bitCount);
}
private static final int rotateRight(int $this$rotateRight, int bitCount) {
return Integer.rotateRight($this$rotateRight, bitCount);
}
private static final int countOneBits(long $this$countOneBits) {
return Long.bitCount($this$countOneBits);
}
private static final int countLeadingZeroBits(long $this$countLeadingZeroBits) {
return Long.numberOfLeadingZeros($this$countLeadingZeroBits);
}
private static final int countTrailingZeroBits(long $this$countTrailingZeroBits) {
return Long.numberOfTrailingZeros($this$countTrailingZeroBits);
}
private static final long takeHighestOneBit(long $this$takeHighestOneBit) {
return Long.highestOneBit($this$takeHighestOneBit);
}
private static final long takeLowestOneBit(long $this$takeLowestOneBit) {
return Long.lowestOneBit($this$takeLowestOneBit);
}
private static final long rotateLeft(long $this$rotateLeft, int bitCount) {
return Long.rotateLeft($this$rotateLeft, bitCount);
}
private static final long rotateRight(long $this$rotateRight, int bitCount) {
return Long.rotateRight($this$rotateRight, bitCount);
}
}
@@ -0,0 +1,62 @@
package kotlin;
/* compiled from: Numbers.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0012\n\u0000\n\u0002\u0010\b\n\u0002\u0010\u0005\n\u0002\u0010\n\n\u0002\b\b\u001a\r\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\b\u001a\r\u0010\u0000\u001a\u00020\u0001*\u00020\u0003H\u0087\b\u001a\r\u0010\u0004\u001a\u00020\u0001*\u00020\u0002H\u0087\b\u001a\r\u0010\u0004\u001a\u00020\u0001*\u00020\u0003H\u0087\b\u001a\r\u0010\u0005\u001a\u00020\u0001*\u00020\u0002H\u0087\b\u001a\r\u0010\u0005\u001a\u00020\u0001*\u00020\u0003H\u0087\b\u001a\u0014\u0010\u0006\u001a\u00020\u0002*\u00020\u00022\u0006\u0010\u0007\u001a\u00020\u0001H\u0007\u001a\u0014\u0010\u0006\u001a\u00020\u0003*\u00020\u00032\u0006\u0010\u0007\u001a\u00020\u0001H\u0007\u001a\u0014\u0010\b\u001a\u00020\u0002*\u00020\u00022\u0006\u0010\u0007\u001a\u00020\u0001H\u0007\u001a\u0014\u0010\b\u001a\u00020\u0003*\u00020\u00032\u0006\u0010\u0007\u001a\u00020\u0001H\u0007\u001a\r\u0010\t\u001a\u00020\u0002*\u00020\u0002H\u0087\b\u001a\r\u0010\t\u001a\u00020\u0003*\u00020\u0003H\u0087\b\u001a\r\u0010\n\u001a\u00020\u0002*\u00020\u0002H\u0087\b\u001a\r\u0010\n\u001a\u00020\u0003*\u00020\u0003H\u0087\\u0006\u000b"}, m238d2 = {"countLeadingZeroBits", "", "", "", "countOneBits", "countTrailingZeroBits", "rotateLeft", "bitCount", "rotateRight", "takeHighestOneBit", "takeLowestOneBit", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/NumbersKt")
/* loaded from: classes11.dex */
class NumbersKt__NumbersKt extends NumbersKt__NumbersJVMKt {
private static final int countOneBits(byte $this$countOneBits) {
return Integer.bitCount($this$countOneBits & 255);
}
private static final int countLeadingZeroBits(byte $this$countLeadingZeroBits) {
return Integer.numberOfLeadingZeros($this$countLeadingZeroBits & 255) - 24;
}
private static final int countTrailingZeroBits(byte $this$countTrailingZeroBits) {
return Integer.numberOfTrailingZeros($this$countTrailingZeroBits | 256);
}
private static final byte takeHighestOneBit(byte $this$takeHighestOneBit) {
return (byte) Integer.highestOneBit($this$takeHighestOneBit & 255);
}
private static final byte takeLowestOneBit(byte $this$takeLowestOneBit) {
return (byte) Integer.lowestOneBit($this$takeLowestOneBit);
}
public static final byte rotateLeft(byte $this$rotateLeft, int bitCount) {
return (byte) (($this$rotateLeft << (bitCount & 7)) | (($this$rotateLeft & 255) >>> (8 - (bitCount & 7))));
}
public static final byte rotateRight(byte $this$rotateRight, int bitCount) {
return (byte) (($this$rotateRight << (8 - (bitCount & 7))) | (($this$rotateRight & 255) >>> (bitCount & 7)));
}
private static final int countOneBits(short $this$countOneBits) {
return Integer.bitCount(65535 & $this$countOneBits);
}
private static final int countLeadingZeroBits(short $this$countLeadingZeroBits) {
return Integer.numberOfLeadingZeros(65535 & $this$countLeadingZeroBits) - 16;
}
private static final int countTrailingZeroBits(short $this$countTrailingZeroBits) {
return Integer.numberOfTrailingZeros(65536 | $this$countTrailingZeroBits);
}
private static final short takeHighestOneBit(short $this$takeHighestOneBit) {
return (short) Integer.highestOneBit(65535 & $this$takeHighestOneBit);
}
private static final short takeLowestOneBit(short $this$takeLowestOneBit) {
return (short) Integer.lowestOneBit($this$takeLowestOneBit);
}
public static final short rotateLeft(short $this$rotateLeft, int bitCount) {
return (short) (($this$rotateLeft << (bitCount & 15)) | ((65535 & $this$rotateLeft) >>> (16 - (bitCount & 15))));
}
public static final short rotateRight(short $this$rotateRight, int bitCount) {
return (short) (($this$rotateRight << (16 - (bitCount & 15))) | ((65535 & $this$rotateRight) >>> (bitCount & 15)));
}
}
@@ -0,0 +1,20 @@
package kotlin;
import java.lang.annotation.Annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: OptIn.kt */
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.LOCAL_VARIABLE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0087\u0002\u0018\u00002\u00020\u0001B$\u0012\"\u0010\u0002\u001a\u0012\u0012\u000e\b\u0001\u0012\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u00040\u0003\"\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u0004R\u001f\u0010\u0002\u001a\u0012\u0012\u000e\b\u0001\u0012\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u00040\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0005ø\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u0099F0\u0001¨\u0006\u0006"}, m238d2 = {"Lkotlin/OptIn;", "", "markerClass", "", "Lkotlin/reflect/KClass;", "()[Ljava/lang/Class;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.EXPRESSION, AnnotationTarget.FILE, AnnotationTarget.TYPEALIAS})
@Retention(RetentionPolicy.SOURCE)
@kotlin.annotation.Retention(AnnotationRetention.SOURCE)
/* loaded from: classes11.dex */
public @interface OptIn {
Class<? extends Annotation>[] markerClass();
}
@@ -0,0 +1,18 @@
package kotlin;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: Multiplatform.kt */
@Target({ElementType.ANNOTATION_TYPE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000ø\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u009120\u0001¨\u0006\u0002"}, m238d2 = {"Lkotlin/OptionalExpectation;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
/* loaded from: classes11.dex */
public @interface OptionalExpectation {
}
@@ -0,0 +1,18 @@
package kotlin;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: Inference.kt */
@Target({ElementType.METHOD})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/OverloadResolutionByLambdaReturnType;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.FUNCTION})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
/* loaded from: classes11.dex */
public @interface OverloadResolutionByLambdaReturnType {
}
@@ -0,0 +1,70 @@
package kotlin;
import java.io.Serializable;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: Tuples.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000,\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\f\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u0001*\u0006\b\u0001\u0010\u0002 \u00012\u00060\u0003j\u0002`\u0004B\u0015\u0012\u0006\u0010\u0005\u001a\u00028\u0000\u0012\u0006\u0010\u0006\u001a\u00028\u0001¢\u0006\u0002\u0010\u0007J\u000e\u0010\f\u001a\u00028\u0000HÆ\u0003¢\u0006\u0002\u0010\tJ\u000e\u0010\r\u001a\u00028\u0001HÆ\u0003¢\u0006\u0002\u0010\tJ.\u0010\u000e\u001a\u000e\u0012\u0004\u0012\u00028\u0000\u0012\u0004\u0012\u00028\u00010\u00002\b\b\u0002\u0010\u0005\u001a\u00028\u00002\b\b\u0002\u0010\u0006\u001a\u00028\u0001HÆ\u0001¢\u0006\u0002\u0010\u000fJ\u0013\u0010\u0010\u001a\u00020\u00112\b\u0010\u0012\u001a\u0004\u0018\u00010\u0013HÖ\u0003J\t\u0010\u0014\u001a\u00020\u0015HÖ\u0001J\b\u0010\u0016\u001a\u00020\u0017H\u0016R\u0013\u0010\u0005\u001a\u00028\u0000¢\u0006\n\n\u0002\u0010\n\u001a\u0004\b\b\u0010\tR\u0013\u0010\u0006\u001a\u00028\u0001¢\u0006\n\n\u0002\u0010\n\u001a\u0004\b\u000b\u0010\\u0006\u0018"}, m238d2 = {"Lkotlin/Pair;", "A", "B", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "first", "second", "(Ljava/lang/Object;Ljava/lang/Object;)V", "getFirst", "()Ljava/lang/Object;", "Ljava/lang/Object;", "getSecond", "component1", "component2", "copy", "(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;", "equals", "", "other", "", "hashCode", "", "toString", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final /* data */ class Pair<A, B> implements Serializable {
private final A first;
private final B second;
/* JADX WARN: Multi-variable type inference failed */
public static /* synthetic */ Pair copy$default(Pair pair, Object obj, Object obj2, int i, Object obj3) {
if ((i & 1) != 0) {
obj = pair.first;
}
if ((i & 2) != 0) {
obj2 = pair.second;
}
return pair.copy(obj, obj2);
}
public final A component1() {
return this.first;
}
public final B component2() {
return this.second;
}
public final Pair<A, B> copy(A first, B second) {
return new Pair<>(first, second);
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
if (!(other instanceof Pair)) {
return false;
}
Pair pair = (Pair) other;
return Intrinsics.areEqual(this.first, pair.first) && Intrinsics.areEqual(this.second, pair.second);
}
public int hashCode() {
A a = this.first;
int hashCode = (a != null ? a.hashCode() : 0) * 31;
B b = this.second;
return hashCode + (b != null ? b.hashCode() : 0);
}
public Pair(A a, B b) {
this.first = a;
this.second = b;
}
public final A getFirst() {
return this.first;
}
public final B getSecond() {
return this.second;
}
public String toString() {
return '(' + this.first + ", " + this.second + ')';
}
}
@@ -0,0 +1,20 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({})
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0087\u0002\u0018\u00002\u00020\u0001B\b\u0012\u0006\u0010\u0002\u001a\u00020\u0003R\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0004¨\u0006\u0005"}, m238d2 = {"Lkotlin/ParameterName;", "", "name", "", "()Ljava/lang/String;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.TYPE})
@Documented
@Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes11.dex */
public @interface ParameterName {
String name();
}
@@ -0,0 +1,8 @@
package kotlin;
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"kotlin/PreconditionsKt__AssertionsJVMKt", "kotlin/PreconditionsKt__PreconditionsKt"}, m239k = 4, m240mv = {1, 4, 0}, m242xi = 1)
/* loaded from: classes11.dex */
public final class PreconditionsKt extends PreconditionsKt__PreconditionsKt {
private PreconditionsKt() {
}
}
@@ -0,0 +1,23 @@
package kotlin;
import kotlin.jvm.functions.Function0;
/* compiled from: AssertionsJVM.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0018\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\u001a\u0011\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0087\b\u001a\"\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00032\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u009920\u0001¨\u0006\u0007"}, m238d2 = {"assert", "", "value", "", "lazyMessage", "Lkotlin/Function0;", "", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/PreconditionsKt")
/* loaded from: classes11.dex */
class PreconditionsKt__AssertionsJVMKt {
/* renamed from: assert, reason: not valid java name */
private static final void m291assert(boolean value) {
if (!value) {
throw new AssertionError("Assertion failed");
}
}
/* renamed from: assert, reason: not valid java name */
private static final void m292assert(boolean value, Function0<? extends Object> function0) {
if (!value) {
Object message = function0.invoke();
throw new AssertionError(message);
}
}
}
@@ -0,0 +1,68 @@
package kotlin;
import kotlin.jvm.functions.Function0;
/* compiled from: Preconditions.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\"\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0005\n\u0002\u0010\u0001\n\u0002\b\u0004\u001a\u001c\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0087\b\u0082\u0002\b\n\u0006\b\u0000\u001a\u0002\u0010\u0001\u001a-\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00032\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000\u0082\u0002\b\n\u0006\b\u0000\u001a\u0002\u0010\u0001\u001a/\u0010\u0007\u001a\u0002H\b\"\b\b\u0000\u0010\b*\u00020\u00062\b\u0010\u0002\u001a\u0004\u0018\u0001H\bH\u0087\b\u0082\u0002\n\n\b\b\u0000\u001a\u0004\b\u0003\u0010\u0001¢\u0006\u0002\u0010\t\u001a@\u0010\u0007\u001a\u0002H\b\"\b\b\u0000\u0010\b*\u00020\u00062\b\u0010\u0002\u001a\u0004\u0018\u0001H\b2\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0000\u001a\u0004\b\u0003\u0010\u0001¢\u0006\u0002\u0010\n\u001a\u0011\u0010\u000b\u001a\u00020\f2\u0006\u0010\r\u001a\u00020\u0006H\u0087\b\u001a\u001c\u0010\u000e\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0087\b\u0082\u0002\b\n\u0006\b\u0000\u001a\u0002\u0010\u0001\u001a-\u0010\u000e\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00032\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000\u0082\u0002\b\n\u0006\b\u0000\u001a\u0002\u0010\u0001\u001a/\u0010\u000f\u001a\u0002H\b\"\b\b\u0000\u0010\b*\u00020\u00062\b\u0010\u0002\u001a\u0004\u0018\u0001H\bH\u0087\b\u0082\u0002\n\n\b\b\u0000\u001a\u0004\b\u0003\u0010\u0001¢\u0006\u0002\u0010\t\u001a@\u0010\u000f\u001a\u0002H\b\"\b\b\u0000\u0010\b*\u00020\u00062\b\u0010\u0002\u001a\u0004\u0018\u0001H\b2\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0000\u001a\u0004\b\u0003\u0010\u0001¢\u0006\u0002\u0010\n\u0082\u0002\u0007\n\u0005\b\u009920\u0001¨\u0006\u0010"}, m238d2 = {"check", "", "value", "", "lazyMessage", "Lkotlin/Function0;", "", "checkNotNull", "T", "(Ljava/lang/Object;)Ljava/lang/Object;", "(Ljava/lang/Object;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;", "error", "", "message", "require", "requireNotNull", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/PreconditionsKt")
/* loaded from: classes11.dex */
class PreconditionsKt__PreconditionsKt extends PreconditionsKt__AssertionsJVMKt {
private static final void require(boolean value) {
if (!value) {
throw new IllegalArgumentException("Failed requirement.".toString());
}
}
private static final void require(boolean value, Function0<? extends Object> function0) {
if (!value) {
Object message = function0.invoke();
throw new IllegalArgumentException(message.toString());
}
}
private static final <T> T requireNotNull(T t) {
if (t != null) {
return t;
}
throw new IllegalArgumentException("Required value was null.".toString());
}
private static final <T> T requireNotNull(T t, Function0<? extends Object> function0) {
if (t == null) {
Object message = function0.invoke();
throw new IllegalArgumentException(message.toString());
}
return t;
}
private static final void check(boolean value) {
if (!value) {
throw new IllegalStateException("Check failed.".toString());
}
}
private static final void check(boolean value, Function0<? extends Object> function0) {
if (!value) {
Object message = function0.invoke();
throw new IllegalStateException(message.toString());
}
}
private static final <T> T checkNotNull(T t) {
if (t != null) {
return t;
}
throw new IllegalStateException("Required value was null.".toString());
}
private static final <T> T checkNotNull(T t, Function0<? extends Object> function0) {
if (t == null) {
Object message = function0.invoke();
throw new IllegalStateException(message.toString());
}
return t;
}
private static final Void error(Object message) {
throw new IllegalStateException(message.toString());
}
}
@@ -0,0 +1,33 @@
package kotlin;
import kotlin.jvm.internal.Intrinsics;
import kotlin.reflect.KMutableProperty0;
import kotlin.reflect.KMutableProperty1;
import kotlin.reflect.KProperty;
import kotlin.reflect.KProperty0;
import kotlin.reflect.KProperty1;
/* compiled from: PropertyReferenceDelegates.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00004\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\u001a4\u0010\u0000\u001a\u0002H\u0001\"\u0004\b\u0000\u0010\u0001*\b\u0012\u0004\u0012\u0002H\u00010\u00022\b\u0010\u0003\u001a\u0004\u0018\u00010\u00042\n\u0010\u0005\u001a\u0006\u0012\u0002\b\u00030\u0006H\u0087\\u0006\u0002\u0010\u0007\u001a>\u0010\u0000\u001a\u0002H\u0001\"\u0004\b\u0000\u0010\b\"\u0004\b\u0001\u0010\u0001*\u000e\u0012\u0004\u0012\u0002H\b\u0012\u0004\u0012\u0002H\u00010\t2\u0006\u0010\u0003\u001a\u0002H\b2\n\u0010\u0005\u001a\u0006\u0012\u0002\b\u00030\u0006H\u0087\\u0006\u0002\u0010\n\u001a<\u0010\u000b\u001a\u00020\f\"\u0004\b\u0000\u0010\u0001*\b\u0012\u0004\u0012\u0002H\u00010\r2\b\u0010\u0003\u001a\u0004\u0018\u00010\u00042\n\u0010\u0005\u001a\u0006\u0012\u0002\b\u00030\u00062\u0006\u0010\u000e\u001a\u0002H\u0001H\u0087\\u0006\u0002\u0010\u000f\u001aF\u0010\u000b\u001a\u00020\f\"\u0004\b\u0000\u0010\b\"\u0004\b\u0001\u0010\u0001*\u000e\u0012\u0004\u0012\u0002H\b\u0012\u0004\u0012\u0002H\u00010\u00102\u0006\u0010\u0003\u001a\u0002H\b2\n\u0010\u0005\u001a\u0006\u0012\u0002\b\u00030\u00062\u0006\u0010\u000e\u001a\u0002H\u0001H\u0087\\u0006\u0002\u0010\u0011¨\u0006\u0012"}, m238d2 = {"getValue", "V", "Lkotlin/reflect/KProperty0;", "thisRef", "", "property", "Lkotlin/reflect/KProperty;", "(Lkotlin/reflect/KProperty0;Ljava/lang/Object;Lkotlin/reflect/KProperty;)Ljava/lang/Object;", "T", "Lkotlin/reflect/KProperty1;", "(Lkotlin/reflect/KProperty1;Ljava/lang/Object;Lkotlin/reflect/KProperty;)Ljava/lang/Object;", "setValue", "", "Lkotlin/reflect/KMutableProperty0;", "value", "(Lkotlin/reflect/KMutableProperty0;Ljava/lang/Object;Lkotlin/reflect/KProperty;Ljava/lang/Object;)V", "Lkotlin/reflect/KMutableProperty1;", "(Lkotlin/reflect/KMutableProperty1;Ljava/lang/Object;Lkotlin/reflect/KProperty;Ljava/lang/Object;)V", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class PropertyReferenceDelegatesKt {
private static final <V> V getValue(KProperty0<? extends V> getValue, Object thisRef, KProperty<?> kProperty) {
Intrinsics.checkNotNullParameter(getValue, "$this$getValue");
return getValue.get();
}
private static final <V> void setValue(KMutableProperty0<V> setValue, Object thisRef, KProperty<?> kProperty, V v) {
Intrinsics.checkNotNullParameter(setValue, "$this$setValue");
setValue.set(v);
}
private static final <T, V> V getValue(KProperty1<T, ? extends V> getValue, T t, KProperty<?> kProperty) {
Intrinsics.checkNotNullParameter(getValue, "$this$getValue");
return getValue.get(t);
}
private static final <T, V> void setValue(KMutableProperty1<T, V> setValue, T t, KProperty<?> kProperty, V v) {
Intrinsics.checkNotNullParameter(setValue, "$this$setValue");
setValue.set(t, v);
}
}
@@ -0,0 +1,22 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/PublishedApi;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Documented
/* loaded from: classes11.dex */
public @interface PublishedApi {
}
@@ -0,0 +1,23 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({})
@kotlin.annotation.Target(allowedTargets = {})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u0011\n\u0002\b\u0003\b\u0087\u0002\u0018\u00002\u00020\u0001B\u001c\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0012\u0010\u0004\u001a\n\u0012\u0006\b\u0001\u0012\u00020\u00030\u0005\"\u00020\u0003R\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0006R\u0017\u0010\u0004\u001a\n\u0012\u0006\b\u0001\u0012\u00020\u00030\u0005¢\u0006\u0006\u001a\u0004\b\u0004\u0010\u0007¨\u0006\b"}, m238d2 = {"Lkotlin/ReplaceWith;", "", "expression", "", "imports", "", "()Ljava/lang/String;", "()[Ljava/lang/String;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Documented
/* loaded from: classes11.dex */
public @interface ReplaceWith {
String expression();
String[] imports();
}
@@ -0,0 +1,29 @@
package kotlin;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: OptIn.kt */
@Target({ElementType.ANNOTATION_TYPE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\b\u0087\u0002\u0018\u00002\u00020\u0001:\u0001\bB\u0014\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0004\u001a\u00020\u0005R\u000f\u0010\u0004\u001a\u00020\u0005¢\u0006\u0006\u001a\u0004\b\u0004\u0010\u0006R\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0007ø\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u0099F0\u0001¨\u0006\t"}, m238d2 = {"Lkotlin/RequiresOptIn;", "", "message", "", "level", "Lkotlin/RequiresOptIn$Level;", "()Lkotlin/RequiresOptIn$Level;", "()Ljava/lang/String;", "Level", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
/* loaded from: classes11.dex */
public @interface RequiresOptIn {
/* compiled from: OptIn.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0004\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002j\u0002\b\u0003j\u0002\b\u0004¨\u0006\u0005"}, m238d2 = {"Lkotlin/RequiresOptIn$Level;", "", "(Ljava/lang/String;I)V", "WARNING", "ERROR", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
public enum Level {
WARNING,
ERROR
}
Level level() default Level.ERROR;
String message() default "";
}
@@ -0,0 +1,144 @@
package kotlin;
import java.io.Serializable;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: Result.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00006\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0000\n\u0002\b\u0003\n\u0002\u0010\u000b\n\u0002\b\t\n\u0002\u0010\u0003\n\u0002\b\u0005\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0005\b\u0087@\u0018\u0000 \u001e*\u0006\b\u0000\u0010\u0001 \u00012\u00060\u0002j\u0002`\u0003:\u0002\u001e\u001fB\u0016\b\u0001\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005ø\u0001\u0000¢\u0006\u0004\b\u0006\u0010\u0007J\u0013\u0010\u0010\u001a\u00020\t2\b\u0010\u0011\u001a\u0004\u0018\u00010\u0005HÖ\u0003J\u000f\u0010\u0012\u001a\u0004\u0018\u00010\u0013¢\u0006\u0004\b\u0014\u0010\u0015J\u0012\u0010\u0016\u001a\u0004\u0018\u00018\u0000H\u0087\\u0006\u0004\b\u0017\u0010\u0007J\t\u0010\u0018\u001a\u00020\u0019HÖ\u0001J\u000f\u0010\u001a\u001a\u00020\u001bH\u0016¢\u0006\u0004\b\u001c\u0010\u001dR\u0011\u0010\b\u001a\u00020\t8F¢\u0006\u0006\u001a\u0004\b\n\u0010\u000bR\u0011\u0010\f\u001a\u00020\t8F¢\u0006\u0006\u001a\u0004\b\r\u0010\u000bR\u0018\u0010\u0004\u001a\u0004\u0018\u00010\u00058\u0000X\u0081\u0004¢\u0006\b\n\u0000\u0012\u0004\b\u000e\u0010\u000fø\u0001\u0000\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006 "}, m238d2 = {"Lkotlin/Result;", "T", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "value", "", "constructor-impl", "(Ljava/lang/Object;)Ljava/lang/Object;", "isFailure", "", "isFailure-impl", "(Ljava/lang/Object;)Z", "isSuccess", "isSuccess-impl", "getValue$annotations", "()V", "equals", "other", "exceptionOrNull", "", "exceptionOrNull-impl", "(Ljava/lang/Object;)Ljava/lang/Throwable;", "getOrNull", "getOrNull-impl", "hashCode", "", "toString", "", "toString-impl", "(Ljava/lang/Object;)Ljava/lang/String;", "Companion", "Failure", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class Result<T> implements Serializable {
/* renamed from: Companion, reason: from kotlin metadata */
public static final Companion INSTANCE = new Companion(null);
private final Object value;
/* renamed from: box-impl, reason: not valid java name */
public static final /* synthetic */ Result m293boximpl(Object obj) {
return new Result(obj);
}
/* renamed from: equals-impl, reason: not valid java name */
public static boolean m295equalsimpl(Object obj, Object obj2) {
return (obj2 instanceof Result) && Intrinsics.areEqual(obj, ((Result) obj2).getValue());
}
/* renamed from: equals-impl0, reason: not valid java name */
public static final boolean m296equalsimpl0(Object obj, Object obj2) {
return Intrinsics.areEqual(obj, obj2);
}
public static /* synthetic */ void getValue$annotations() {
}
/* renamed from: hashCode-impl, reason: not valid java name */
public static int m299hashCodeimpl(Object obj) {
if (obj != null) {
return obj.hashCode();
}
return 0;
}
public boolean equals(Object other) {
return m295equalsimpl(this.value, other);
}
public int hashCode() {
return m299hashCodeimpl(this.value);
}
public String toString() {
return m302toStringimpl(this.value);
}
/* renamed from: unbox-impl, reason: not valid java name and from getter */
public final /* synthetic */ Object getValue() {
return this.value;
}
private /* synthetic */ Result(Object value) {
this.value = value;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static Object m294constructorimpl(Object value) {
return value;
}
/* renamed from: isSuccess-impl, reason: not valid java name */
public static final boolean m301isSuccessimpl(Object $this) {
return !($this instanceof Failure);
}
/* renamed from: isFailure-impl, reason: not valid java name */
public static final boolean m300isFailureimpl(Object $this) {
return $this instanceof Failure;
}
/* JADX WARN: Multi-variable type inference failed */
/* renamed from: getOrNull-impl, reason: not valid java name */
private static final T m298getOrNullimpl(Object obj) {
if (m300isFailureimpl(obj)) {
return null;
}
return obj;
}
/* renamed from: exceptionOrNull-impl, reason: not valid java name */
public static final Throwable m297exceptionOrNullimpl(Object $this) {
if ($this instanceof Failure) {
return ((Failure) $this).exception;
}
return null;
}
/* renamed from: toString-impl, reason: not valid java name */
public static String m302toStringimpl(Object $this) {
if ($this instanceof Failure) {
return $this.toString();
}
return "Success(" + $this + ')';
}
/* compiled from: Result.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0003\n\u0002\b\u0005\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002J%\u0010\u0003\u001a\b\u0012\u0004\u0012\u0002H\u00050\u0004\"\u0004\b\u0001\u0010\u00052\u0006\u0010\u0006\u001a\u00020\u0007H\u0087\\u0001\u0000¢\u0006\u0002\u0010\bJ%\u0010\t\u001a\b\u0012\u0004\u0012\u0002H\u00050\u0004\"\u0004\b\u0001\u0010\u00052\u0006\u0010\n\u001a\u0002H\u0005H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u000b\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\f"}, m238d2 = {"Lkotlin/Result$Companion;", "", "()V", "failure", "Lkotlin/Result;", "T", "exception", "", "(Ljava/lang/Throwable;)Ljava/lang/Object;", "success", "value", "(Ljava/lang/Object;)Ljava/lang/Object;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
public static final class Companion {
private Companion() {
}
public /* synthetic */ Companion(DefaultConstructorMarker $constructor_marker) {
this();
}
private final <T> Object success(T value) {
return Result.m294constructorimpl(value);
}
private final <T> Object failure(Throwable exception) {
return Result.m294constructorimpl(ResultKt.createFailure(exception));
}
}
/* compiled from: Result.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000.\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0003\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0000\u0018\u00002\u00060\u0001j\u0002`\u0002B\r\u0012\u0006\u0010\u0003\u001a\u00020\u0004¢\u0006\u0002\u0010\u0005J\u0013\u0010\u0006\u001a\u00020\u00072\b\u0010\b\u001a\u0004\u0018\u00010\tH\u0096\u0002J\b\u0010\n\u001a\u00020\u000bH\u0016J\b\u0010\f\u001a\u00020\rH\u0016R\u0010\u0010\u0003\u001a\u00020\u00048\u0006X\u0087\u0004¢\u0006\u0002\n\u0000¨\u0006\u000e"}, m238d2 = {"Lkotlin/Result$Failure;", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "exception", "", "(Ljava/lang/Throwable;)V", "equals", "", "other", "", "hashCode", "", "toString", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
public static final class Failure implements Serializable {
public final Throwable exception;
public Failure(Throwable exception) {
Intrinsics.checkNotNullParameter(exception, "exception");
this.exception = exception;
}
public boolean equals(Object other) {
return (other instanceof Failure) && Intrinsics.areEqual(this.exception, ((Failure) other).exception);
}
public int hashCode() {
return this.exception.hashCode();
}
public String toString() {
return "Failure(" + this.exception + ')';
}
}
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,53 @@
package kotlin;
import java.io.Serializable;
import java.util.concurrent.atomic.AtomicReferenceFieldUpdater;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: LazyJVM.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0000\n\u0002\b\u0005\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0003\b\u0002\u0018\u0000 \u0013*\u0006\b\u0000\u0010\u0001 \u00012\b\u0012\u0004\u0012\u0002H\u00010\u00022\u00060\u0003j\u0002`\u0004:\u0001\u0013B\u0013\u0012\f\u0010\u0005\u001a\b\u0012\u0004\u0012\u00028\u00000\u0006¢\u0006\u0002\u0010\u0007J\b\u0010\u000e\u001a\u00020\u000fH\u0016J\b\u0010\u0010\u001a\u00020\u0011H\u0016J\b\u0010\u0012\u001a\u00020\tH\u0002R\u0010\u0010\b\u001a\u0004\u0018\u00010\tX\u0082\u000e¢\u0006\u0002\n\u0000R\u000e\u0010\n\u001a\u00020\tX\u0082\u0004¢\u0006\u0002\n\u0000R\u0016\u0010\u0005\u001a\n\u0012\u0004\u0012\u00028\u0000\u0018\u00010\u0006X\u0088\u000e¢\u0006\u0002\n\u0000R\u0014\u0010\u000b\u001a\u00028\u00008VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\f\u0010\\u0006\u0014"}, m238d2 = {"Lkotlin/SafePublicationLazyImpl;", "T", "Lkotlin/Lazy;", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "initializer", "Lkotlin/Function0;", "(Lkotlin/jvm/functions/Function0;)V", "_value", "", "final", "value", "getValue", "()Ljava/lang/Object;", "isInitialized", "", "toString", "", "writeReplace", "Companion", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
final class SafePublicationLazyImpl<T> implements Lazy<T>, Serializable {
private static final AtomicReferenceFieldUpdater<SafePublicationLazyImpl<?>, Object> valueUpdater = AtomicReferenceFieldUpdater.newUpdater(SafePublicationLazyImpl.class, Object.class, "_value");
private volatile Object _value;
private final Object final;
private volatile Function0<? extends T> initializer;
public SafePublicationLazyImpl(Function0<? extends T> initializer) {
Intrinsics.checkNotNullParameter(initializer, "initializer");
this.initializer = initializer;
this._value = UNINITIALIZED_VALUE.INSTANCE;
this.final = UNINITIALIZED_VALUE.INSTANCE;
}
@Override // kotlin.Lazy
public T getValue() {
T t = (T) this._value;
if (t != UNINITIALIZED_VALUE.INSTANCE) {
return t;
}
Function0<? extends T> function0 = this.initializer;
if (function0 != null) {
T invoke = function0.invoke();
if (valueUpdater.compareAndSet(this, UNINITIALIZED_VALUE.INSTANCE, invoke)) {
this.initializer = null;
return invoke;
}
}
return (T) this._value;
}
@Override // kotlin.Lazy
public boolean isInitialized() {
return this._value != UNINITIALIZED_VALUE.INSTANCE;
}
public String toString() {
return isInitialized() ? String.valueOf(getValue()) : "Lazy value not initialized yet.";
}
private final Object writeReplace() {
return new InitializedLazyImpl(getValue());
}
}
@@ -0,0 +1,23 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0087\u0002\u0018\u00002\u00020\u0001B\b\u0012\u0006\u0010\u0002\u001a\u00020\u0003R\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0004¨\u0006\u0005"}, m238d2 = {"Lkotlin/SinceKotlin;", "", "version", "", "()Ljava/lang/String;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Documented
/* loaded from: classes11.dex */
public @interface SinceKotlin {
String version();
}
@@ -0,0 +1,8 @@
package kotlin;
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"kotlin/StandardKt__StandardKt", "kotlin/StandardKt__SynchronizedKt"}, m239k = 4, m240mv = {1, 4, 0}, m242xi = 1)
/* loaded from: classes11.dex */
public final class StandardKt extends StandardKt__SynchronizedKt {
private StandardKt() {
}
}
@@ -0,0 +1,63 @@
package kotlin;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
/* compiled from: Standard.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000:\n\u0000\n\u0002\u0010\u0001\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0002\b\u0002\u001a\t\u0010\u0000\u001a\u00020\u0001H\u0087\b\u001a\u0011\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0087\b\u001a3\u0010\u0004\u001a\u00020\u00052\u0006\u0010\u0006\u001a\u00020\u00072\u0012\u0010\b\u001a\u000e\u0012\u0004\u0012\u00020\u0007\u0012\u0004\u0012\u00020\u00050\tH\u0087\\u0001\u0000\u0082\u0002\b\n\u0006\b\u0001\u0012\u0002\u0010\u0002\u001a2\u0010\n\u001a\u0002H\u000b\"\u0004\b\u0000\u0010\u000b2\f\u0010\f\u001a\b\u0012\u0004\u0012\u0002H\u000b0\rH\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0001 \u0001¢\u0006\u0002\u0010\u000e\u001aK\u0010\u000f\u001a\u0002H\u000b\"\u0004\b\u0000\u0010\u0010\"\u0004\b\u0001\u0010\u000b2\u0006\u0010\u0011\u001a\u0002H\u00102\u0017\u0010\f\u001a\u0013\u0012\u0004\u0012\u0002H\u0010\u0012\u0004\u0012\u0002H\u000b0\\u0006\u0002\b\u0012H\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0002 \u0001¢\u0006\u0002\u0010\u0013\u001a<\u0010\u0014\u001a\u0002H\u0010\"\u0004\b\u0000\u0010\u0010*\u0002H\u00102\u0012\u0010\f\u001a\u000e\u0012\u0004\u0012\u0002H\u0010\u0012\u0004\u0012\u00020\u00050\tH\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0001 \u0001¢\u0006\u0002\u0010\u0013\u001aA\u0010\u0015\u001a\u0002H\u0010\"\u0004\b\u0000\u0010\u0010*\u0002H\u00102\u0017\u0010\f\u001a\u0013\u0012\u0004\u0012\u0002H\u0010\u0012\u0004\u0012\u00020\u00050\\u0006\u0002\b\u0012H\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0001 \u0001¢\u0006\u0002\u0010\u0013\u001aB\u0010\u0016\u001a\u0002H\u000b\"\u0004\b\u0000\u0010\u0010\"\u0004\b\u0001\u0010\u000b*\u0002H\u00102\u0012\u0010\f\u001a\u000e\u0012\u0004\u0012\u0002H\u0010\u0012\u0004\u0012\u0002H\u000b0\tH\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0001 \u0001¢\u0006\u0002\u0010\u0013\u001aG\u0010\n\u001a\u0002H\u000b\"\u0004\b\u0000\u0010\u0010\"\u0004\b\u0001\u0010\u000b*\u0002H\u00102\u0017\u0010\f\u001a\u0013\u0012\u0004\u0012\u0002H\u0010\u0012\u0004\u0012\u0002H\u000b0\\u0006\u0002\b\u0012H\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0001 \u0001¢\u0006\u0002\u0010\u0013\u001a>\u0010\u0017\u001a\u0004\u0018\u0001H\u0010\"\u0004\b\u0000\u0010\u0010*\u0002H\u00102\u0012\u0010\u0018\u001a\u000e\u0012\u0004\u0012\u0002H\u0010\u0012\u0004\u0012\u00020\u00190\tH\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0001 \u0001¢\u0006\u0002\u0010\u0013\u001a>\u0010\u001a\u001a\u0004\u0018\u0001H\u0010\"\u0004\b\u0000\u0010\u0010*\u0002H\u00102\u0012\u0010\u0018\u001a\u000e\u0012\u0004\u0012\u0002H\u0010\u0012\u0004\u0012\u00020\u00190\tH\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0001 \u0001¢\u0006\u0002\u0010\u0013\u0082\u0002\u0007\n\u0005\b\u009920\u0001¨\u0006\u001b"}, m238d2 = {"TODO", "", "reason", "", "repeat", "", "times", "", "action", "Lkotlin/Function1;", "run", "R", "block", "Lkotlin/Function0;", "(Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;", "with", "T", "receiver", "Lkotlin/ExtensionFunctionType;", "(Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object;", "also", "apply", "let", "takeIf", "predicate", "", "takeUnless", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/StandardKt")
/* loaded from: classes11.dex */
class StandardKt__StandardKt {
private static final Void TODO() {
throw new NotImplementedError(null, 1, null);
}
private static final Void TODO(String reason) {
throw new NotImplementedError("An operation is not implemented: " + reason);
}
private static final <R> R run(Function0<? extends R> function0) {
return function0.invoke();
}
private static final <T, R> R run(T t, Function1<? super T, ? extends R> function1) {
return function1.invoke(t);
}
private static final <T, R> R with(T t, Function1<? super T, ? extends R> function1) {
return function1.invoke(t);
}
private static final <T> T apply(T t, Function1<? super T, Unit> function1) {
function1.invoke(t);
return t;
}
private static final <T> T also(T t, Function1<? super T, Unit> function1) {
function1.invoke(t);
return t;
}
private static final <T, R> R let(T t, Function1<? super T, ? extends R> function1) {
return function1.invoke(t);
}
private static final <T> T takeIf(T t, Function1<? super T, Boolean> function1) {
if (function1.invoke(t).booleanValue()) {
return t;
}
return null;
}
private static final <T> T takeUnless(T t, Function1<? super T, Boolean> function1) {
if (function1.invoke(t).booleanValue()) {
return null;
}
return t;
}
private static final void repeat(int times, Function1<? super Integer, Unit> function1) {
for (int index = 0; index < times; index++) {
function1.invoke(Integer.valueOf(index));
}
}
}
@@ -0,0 +1,26 @@
package kotlin;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.InlineMarker;
/* compiled from: Synchronized.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0012\n\u0002\b\u0003\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\u001a:\u0010\u0000\u001a\u0002H\u0001\"\u0004\b\u0000\u0010\u00012\u0006\u0010\u0002\u001a\u00020\u00032\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u0002H\u00010\u0005H\u0087\\u0001\u0000\u0082\u0002\n\n\b\b\u0001\u0012\u0002\u0010\u0002 \u0001¢\u0006\u0002\u0010\u0006\u0082\u0002\u0007\n\u0005\b\u009920\u0001¨\u0006\u0007"}, m238d2 = {"synchronized", "R", "lock", "", "block", "Lkotlin/Function0;", "(Ljava/lang/Object;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;", "kotlin-stdlib"}, m239k = 5, m240mv = {1, 4, 0}, m242xi = 1, m243xs = "kotlin/StandardKt")
/* loaded from: classes11.dex */
class StandardKt__SynchronizedKt extends StandardKt__StandardKt {
/* renamed from: synchronized, reason: not valid java name */
private static final <R> R m304synchronized(Object lock, Function0<? extends R> function0) {
R invoke;
synchronized (lock) {
try {
invoke = function0.invoke();
InlineMarker.finallyStart(1);
} catch (Throwable th) {
InlineMarker.finallyStart(1);
InlineMarker.finallyEnd(1);
throw th;
}
}
InlineMarker.finallyEnd(1);
return invoke;
}
}
@@ -0,0 +1,19 @@
package kotlin;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: Annotations.kt */
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.LOCAL_VARIABLE, ElementType.ANNOTATION_TYPE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u0011\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0014\u0012\u0012\u0010\u0002\u001a\n\u0012\u0006\b\u0001\u0012\u00020\u00040\u0003\"\u00020\u0004R\u0017\u0010\u0002\u001a\n\u0012\u0006\b\u0001\u0012\u00020\u00040\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0005¨\u0006\u0006"}, m238d2 = {"Lkotlin/Suppress;", "", "names", "", "", "()[Ljava/lang/String;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPE, AnnotationTarget.EXPRESSION, AnnotationTarget.FILE, AnnotationTarget.TYPEALIAS})
@Retention(RetentionPolicy.SOURCE)
@kotlin.annotation.Retention(AnnotationRetention.SOURCE)
/* loaded from: classes11.dex */
public @interface Suppress {
String[] names();
}
@@ -0,0 +1,14 @@
package kotlin;
import kotlin.coroutines.Continuation;
import kotlin.jvm.functions.Function1;
/* compiled from: Suspend.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0014\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0000\n\u0002\b\u0003\u001aP\u0010\u0000\u001a\u0018\b\u0001\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00030\u0002\u0012\u0006\u0012\u0004\u0018\u00010\u00040\u0001\"\u0004\b\u0000\u0010\u00032\u001e\b\b\u0010\u0005\u001a\u0018\b\u0001\u0012\n\u0012\b\u0012\u0004\u0012\u0002H\u00030\u0002\u0012\u0006\u0012\u0004\u0018\u00010\u00040\u0001H\u0087\\u0001\u0000ø\u0001\u0001¢\u0006\u0002\u0010\u0006\u0082\u0002\r\n\u0007\b\u0091\u001e\u0018\u00020\u0001\n\u0002\b\u0019¨\u0006\u0007"}, m238d2 = {"suspend", "Lkotlin/Function1;", "Lkotlin/coroutines/Continuation;", "R", "", "block", "(Lkotlin/jvm/functions/Function1;)Lkotlin/jvm/functions/Function1;", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class SuspendKt {
/* JADX WARN: Multi-variable type inference failed */
private static final <R> Function1<Continuation<? super R>, Object> suspend(Function1<? super Continuation<? super R>, ? extends Object> function1) {
return function1;
}
}
@@ -0,0 +1,60 @@
package kotlin;
import java.io.Serializable;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: LazyJVM.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0000\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0002\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u00012\b\u0012\u0004\u0012\u0002H\u00010\u00022\u00060\u0003j\u0002`\u0004B\u001f\u0012\f\u0010\u0005\u001a\b\u0012\u0004\u0012\u00028\u00000\u0006\u0012\n\b\u0002\u0010\u0007\u001a\u0004\u0018\u00010\\u0006\u0002\u0010\tJ\b\u0010\u000e\u001a\u00020\u000fH\u0016J\b\u0010\u0010\u001a\u00020\u0011H\u0016J\b\u0010\u0012\u001a\u00020\bH\u0002R\u0010\u0010\n\u001a\u0004\u0018\u00010\bX\u0082\u000e¢\u0006\u0002\n\u0000R\u0016\u0010\u0005\u001a\n\u0012\u0004\u0012\u00028\u0000\u0018\u00010\u0006X\u0088\u000e¢\u0006\u0002\n\u0000R\u000e\u0010\u0007\u001a\u00020\bX\u0082\u0004¢\u0006\u0002\n\u0000R\u0014\u0010\u000b\u001a\u00028\u00008VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\f\u0010\\u0006\u0013"}, m238d2 = {"Lkotlin/SynchronizedLazyImpl;", "T", "Lkotlin/Lazy;", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "initializer", "Lkotlin/Function0;", "lock", "", "(Lkotlin/jvm/functions/Function0;Ljava/lang/Object;)V", "_value", "value", "getValue", "()Ljava/lang/Object;", "isInitialized", "", "toString", "", "writeReplace", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
final class SynchronizedLazyImpl<T> implements Lazy<T>, Serializable {
private volatile Object _value;
private Function0<? extends T> initializer;
private final Object lock;
public SynchronizedLazyImpl(Function0<? extends T> initializer, Object lock) {
Intrinsics.checkNotNullParameter(initializer, "initializer");
this.initializer = initializer;
this._value = UNINITIALIZED_VALUE.INSTANCE;
this.lock = lock != null ? lock : this;
}
public /* synthetic */ SynchronizedLazyImpl(Function0 function0, Object obj, int i, DefaultConstructorMarker defaultConstructorMarker) {
this(function0, (i & 2) != 0 ? null : obj);
}
@Override // kotlin.Lazy
public T getValue() {
T t;
T t2 = (T) this._value;
if (t2 != UNINITIALIZED_VALUE.INSTANCE) {
return t2;
}
synchronized (this.lock) {
t = (T) this._value;
if (t == UNINITIALIZED_VALUE.INSTANCE) {
Function0<? extends T> function0 = this.initializer;
Intrinsics.checkNotNull(function0);
T invoke = function0.invoke();
this._value = invoke;
this.initializer = null;
t = invoke;
}
}
return t;
}
@Override // kotlin.Lazy
public boolean isInitialized() {
return this._value != UNINITIALIZED_VALUE.INSTANCE;
}
public String toString() {
return isInitialized() ? String.valueOf(getValue()) : "Lazy value not initialized yet.";
}
private final Object writeReplace() {
return new InitializedLazyImpl(getValue());
}
}
@@ -0,0 +1,9 @@
package kotlin;
/* compiled from: Throws.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u000e\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003*\u001a\b\u0007\u0010\u0000\"\u00020\u00012\u00020\u0001B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0004¨\u0006\u0005"}, m238d2 = {"Throws", "Lkotlin/jvm/Throws;", "Lkotlin/SinceKotlin;", "version", "1.4", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class ThrowsKt {
public static /* synthetic */ void Throws$annotations() {
}
}
@@ -0,0 +1,85 @@
package kotlin;
import java.io.Serializable;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: Tuples.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000,\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u000f\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u0001*\u0006\b\u0001\u0010\u0002 \u0001*\u0006\b\u0002\u0010\u0003 \u00012\u00060\u0004j\u0002`\u0005B\u001d\u0012\u0006\u0010\u0006\u001a\u00028\u0000\u0012\u0006\u0010\u0007\u001a\u00028\u0001\u0012\u0006\u0010\b\u001a\u00028\u0002¢\u0006\u0002\u0010\tJ\u000e\u0010\u000f\u001a\u00028\u0000HÆ\u0003¢\u0006\u0002\u0010\u000bJ\u000e\u0010\u0010\u001a\u00028\u0001HÆ\u0003¢\u0006\u0002\u0010\u000bJ\u000e\u0010\u0011\u001a\u00028\u0002HÆ\u0003¢\u0006\u0002\u0010\u000bJ>\u0010\u0012\u001a\u0014\u0012\u0004\u0012\u00028\u0000\u0012\u0004\u0012\u00028\u0001\u0012\u0004\u0012\u00028\u00020\u00002\b\b\u0002\u0010\u0006\u001a\u00028\u00002\b\b\u0002\u0010\u0007\u001a\u00028\u00012\b\b\u0002\u0010\b\u001a\u00028\u0002HÆ\u0001¢\u0006\u0002\u0010\u0013J\u0013\u0010\u0014\u001a\u00020\u00152\b\u0010\u0016\u001a\u0004\u0018\u00010\u0017HÖ\u0003J\t\u0010\u0018\u001a\u00020\u0019HÖ\u0001J\b\u0010\u001a\u001a\u00020\u001bH\u0016R\u0013\u0010\u0006\u001a\u00028\u0000¢\u0006\n\n\u0002\u0010\f\u001a\u0004\b\n\u0010\u000bR\u0013\u0010\u0007\u001a\u00028\u0001¢\u0006\n\n\u0002\u0010\f\u001a\u0004\b\r\u0010\u000bR\u0013\u0010\b\u001a\u00028\u0002¢\u0006\n\n\u0002\u0010\f\u001a\u0004\b\u000e\u0010\u000b¨\u0006\u001c"}, m238d2 = {"Lkotlin/Triple;", "A", "B", "C", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "first", "second", "third", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V", "getFirst", "()Ljava/lang/Object;", "Ljava/lang/Object;", "getSecond", "getThird", "component1", "component2", "component3", "copy", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Triple;", "equals", "", "other", "", "hashCode", "", "toString", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final /* data */ class Triple<A, B, C> implements Serializable {
private final A first;
private final B second;
private final C third;
/* JADX WARN: Multi-variable type inference failed */
public static /* synthetic */ Triple copy$default(Triple triple, Object obj, Object obj2, Object obj3, int i, Object obj4) {
if ((i & 1) != 0) {
obj = triple.first;
}
if ((i & 2) != 0) {
obj2 = triple.second;
}
if ((i & 4) != 0) {
obj3 = triple.third;
}
return triple.copy(obj, obj2, obj3);
}
public final A component1() {
return this.first;
}
public final B component2() {
return this.second;
}
public final C component3() {
return this.third;
}
public final Triple<A, B, C> copy(A first, B second, C third) {
return new Triple<>(first, second, third);
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
if (!(other instanceof Triple)) {
return false;
}
Triple triple = (Triple) other;
return Intrinsics.areEqual(this.first, triple.first) && Intrinsics.areEqual(this.second, triple.second) && Intrinsics.areEqual(this.third, triple.third);
}
public int hashCode() {
A a = this.first;
int hashCode = (a != null ? a.hashCode() : 0) * 31;
B b = this.second;
int hashCode2 = (hashCode + (b != null ? b.hashCode() : 0)) * 31;
C c = this.third;
return hashCode2 + (c != null ? c.hashCode() : 0);
}
public Triple(A a, B b, C c) {
this.first = a;
this.second = b;
this.third = c;
}
public final A getFirst() {
return this.first;
}
public final B getSecond() {
return this.second;
}
public final C getThird() {
return this.third;
}
public String toString() {
return '(' + this.first + ", " + this.second + ", " + this.third + ')';
}
}
@@ -0,0 +1,26 @@
package kotlin;
import androidx.constraintlayout.core.motion.utils.TypedValues;
import java.util.List;
import kotlin.collections.CollectionsKt;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: Tuples.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0016\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0010 \n\u0000\n\u0002\u0018\u0002\n\u0000\u001a2\u0010\u0000\u001a\u000e\u0012\u0004\u0012\u0002H\u0002\u0012\u0004\u0012\u0002H\u00030\u0001\"\u0004\b\u0000\u0010\u0002\"\u0004\b\u0001\u0010\u0003*\u0002H\u00022\u0006\u0010\u0004\u001a\u0002H\u0003H\u0086\u0004¢\u0006\u0002\u0010\u0005\u001a\"\u0010\u0006\u001a\b\u0012\u0004\u0012\u0002H\b0\u0007\"\u0004\b\u0000\u0010\b*\u000e\u0012\u0004\u0012\u0002H\b\u0012\u0004\u0012\u0002H\b0\u0001\u001a(\u0010\u0006\u001a\b\u0012\u0004\u0012\u0002H\b0\u0007\"\u0004\b\u0000\u0010\b*\u0014\u0012\u0004\u0012\u0002H\b\u0012\u0004\u0012\u0002H\b\u0012\u0004\u0012\u0002H\b0\\u0006\n"}, m238d2 = {TypedValues.Transition.S_TO, "Lkotlin/Pair;", "A", "B", "that", "(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;", "toList", "", "T", "Lkotlin/Triple;", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class TuplesKt {
/* renamed from: to */
public static final <A, B> Pair<A, B> m245to(A a, B b) {
return new Pair<>(a, b);
}
public static final <T> List<T> toList(Pair<? extends T, ? extends T> toList) {
Intrinsics.checkNotNullParameter(toList, "$this$toList");
return CollectionsKt.listOf(toList.getFirst(), toList.getSecond());
}
public static final <T> List<T> toList(Triple<? extends T, ? extends T, ? extends T> toList) {
Intrinsics.checkNotNullParameter(toList, "$this$toList");
return CollectionsKt.listOf(toList.getFirst(), toList.getSecond(), toList.getThird());
}
}
@@ -0,0 +1,51 @@
package kotlin;
/* compiled from: TypeAliases.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000f\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000*\u001a\b\u0007\u0010\u0000\"\u00020\u00012\u00020\u0001B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0004*\u001a\b\u0007\u0010\u0005\"\u00020\u00062\u00020\u0006B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\b\"\u00020\t2\u00020\tB\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*,\b\u0007\u0010\n\u001a\u0004\b\u0000\u0010\u000b\"\b\u0012\u0004\u0012\u0002H\u000b0\f2\b\u0012\u0004\u0012\u0002H\u000b0\fB\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\r\"\u00020\u000e2\u00020\u000eB\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0004*\u001a\b\u0007\u0010\u000f\"\u00020\u00102\u00020\u0010B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\u0011\"\u00020\u00122\u00020\u0012B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\u0013\"\u00020\u00142\u00020\u0014B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\u0015\"\u00020\u00162\u00020\u0016B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\u0017\"\u00020\u00182\u00020\u0018B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\u0019\"\u00020\u001a2\u00020\u001aB\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\u001b\"\u00020\u001c2\u00020\u001cB\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\u001d\"\u00020\u001e2\u00020\u001eB\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010\u001f\"\u00020 2\u00020 B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007*\u001a\b\u0007\u0010!\"\u00020\"2\u00020\"B\f\b\u0002\u0012\b\b\u0003\u0012\u0004\b\b(\u0007¨\u0006#"}, m238d2 = {"ArithmeticException", "Ljava/lang/ArithmeticException;", "Lkotlin/SinceKotlin;", "version", "1.3", "AssertionError", "Ljava/lang/AssertionError;", "1.1", "ClassCastException", "Ljava/lang/ClassCastException;", "Comparator", "T", "Ljava/util/Comparator;", "ConcurrentModificationException", "Ljava/util/ConcurrentModificationException;", "Error", "Ljava/lang/Error;", "Exception", "Ljava/lang/Exception;", "IllegalArgumentException", "Ljava/lang/IllegalArgumentException;", "IllegalStateException", "Ljava/lang/IllegalStateException;", "IndexOutOfBoundsException", "Ljava/lang/IndexOutOfBoundsException;", "NoSuchElementException", "Ljava/util/NoSuchElementException;", "NullPointerException", "Ljava/lang/NullPointerException;", "NumberFormatException", "Ljava/lang/NumberFormatException;", "RuntimeException", "Ljava/lang/RuntimeException;", "UnsupportedOperationException", "Ljava/lang/UnsupportedOperationException;", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class TypeAliasesKt {
public static /* synthetic */ void ArithmeticException$annotations() {
}
public static /* synthetic */ void AssertionError$annotations() {
}
public static /* synthetic */ void ClassCastException$annotations() {
}
public static /* synthetic */ void Comparator$annotations() {
}
public static /* synthetic */ void ConcurrentModificationException$annotations() {
}
public static /* synthetic */ void Error$annotations() {
}
public static /* synthetic */ void Exception$annotations() {
}
public static /* synthetic */ void IllegalArgumentException$annotations() {
}
public static /* synthetic */ void IllegalStateException$annotations() {
}
public static /* synthetic */ void IndexOutOfBoundsException$annotations() {
}
public static /* synthetic */ void NoSuchElementException$annotations() {
}
public static /* synthetic */ void NullPointerException$annotations() {
}
public static /* synthetic */ void NumberFormatException$annotations() {
}
public static /* synthetic */ void RuntimeException$annotations() {
}
public static /* synthetic */ void UnsupportedOperationException$annotations() {
}
}
@@ -0,0 +1,13 @@
package kotlin;
/* compiled from: TypeCastException.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0016\u0018\u00002\u00060\u0001j\u0002`\u0002B\u0007\b\u0016¢\u0006\u0002\u0010\u0003B\u0011\b\u0016\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005¢\u0006\u0002\u0010\u0006¨\u0006\u0007"}, m238d2 = {"Lkotlin/TypeCastException;", "Ljava/lang/ClassCastException;", "Lkotlin/ClassCastException;", "()V", "message", "", "(Ljava/lang/String;)V", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public class TypeCastException extends ClassCastException {
public TypeCastException() {
}
public TypeCastException(String message) {
super(message);
}
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,241 @@
package kotlin;
import java.util.Arrays;
import java.util.Collection;
import java.util.NoSuchElementException;
import kotlin.collections.ArraysKt;
import kotlin.collections.UByteIterator;
import kotlin.jvm.internal.CollectionToArray;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.markers.KMappedMarker;
/* compiled from: UByteArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000F\n\u0002\u0018\u0002\n\u0002\u0010\u001e\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0010\u0012\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0002\b\t\n\u0002\u0010\u0000\n\u0002\b\t\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0010\u0002\n\u0002\b\u0004\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0087@\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001:\u0001-B\u0014\b\u0016\u0012\u0006\u0010\u0003\u001a\u00020\u0004ø\u0001\u0000¢\u0006\u0004\b\u0005\u0010\u0006B\u0014\b\u0001\u0012\u0006\u0010\u0007\u001a\u00020\\u0001\u0000¢\u0006\u0004\b\u0005\u0010\tJ\u001b\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u0002H\u0096\u0002ø\u0001\u0000¢\u0006\u0004\b\u0011\u0010\u0012J \u0010\u0013\u001a\u00020\u000f2\f\u0010\u0014\u001a\b\u0012\u0004\u0012\u00020\u00020\u0001H\u0016ø\u0001\u0000¢\u0006\u0004\b\u0015\u0010\u0016J\u0013\u0010\u0017\u001a\u00020\u000f2\b\u0010\u0018\u001a\u0004\u0018\u00010\u0019HÖ\u0003J\u001e\u0010\u001a\u001a\u00020\u00022\u0006\u0010\u001b\u001a\u00020\u0004H\u0086\u0002ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u001c\u0010\u001dJ\t\u0010\u001e\u001a\u00020\u0004HÖ\u0001J\u000f\u0010\u001f\u001a\u00020\u000fH\u0016¢\u0006\u0004\b \u0010!J\u0010\u0010\"\u001a\u00020#H\u0096\u0002¢\u0006\u0004\b$\u0010%J#\u0010&\u001a\u00020'2\u0006\u0010\u001b\u001a\u00020\u00042\u0006\u0010(\u001a\u00020\u0002H\u0086\u0002ø\u0001\u0000¢\u0006\u0004\b)\u0010*J\t\u0010+\u001a\u00020,HÖ\u0001R\u0014\u0010\u0003\u001a\u00020\u00048VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\n\u0010\u000bR\u0016\u0010\u0007\u001a\u00020\b8\u0000X\u0081\u0004¢\u0006\b\n\u0000\u0012\u0004\b\f\u0010\\u0001\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006."}, m238d2 = {"Lkotlin/UByteArray;", "", "Lkotlin/UByte;", "size", "", "constructor-impl", "(I)[B", "storage", "", "([B)[B", "getSize-impl", "([B)I", "getStorage$annotations", "()V", "contains", "", "element", "contains-7apg3OU", "([BB)Z", "containsAll", "elements", "containsAll-impl", "([BLjava/util/Collection;)Z", "equals", "other", "", "get", "index", "get-w2LRezQ", "([BI)B", "hashCode", "isEmpty", "isEmpty-impl", "([B)Z", "iterator", "Lkotlin/collections/UByteIterator;", "iterator-impl", "([B)Lkotlin/collections/UByteIterator;", "set", "", "value", "set-VurrAj0", "([BIB)V", "toString", "", "Iterator", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UByteArray implements Collection<UByte>, KMappedMarker {
private final byte[] storage;
/* renamed from: box-impl, reason: not valid java name */
public static final /* synthetic */ UByteArray m354boximpl(byte[] v) {
Intrinsics.checkNotNullParameter(v, "v");
return new UByteArray(v);
}
/* renamed from: equals-impl, reason: not valid java name */
public static boolean m359equalsimpl(byte[] bArr, Object obj) {
return (obj instanceof UByteArray) && Intrinsics.areEqual(bArr, ((UByteArray) obj).getStorage());
}
/* renamed from: equals-impl0, reason: not valid java name */
public static final boolean m360equalsimpl0(byte[] bArr, byte[] bArr2) {
return Intrinsics.areEqual(bArr, bArr2);
}
public static /* synthetic */ void getStorage$annotations() {
}
/* renamed from: hashCode-impl, reason: not valid java name */
public static int m363hashCodeimpl(byte[] bArr) {
if (bArr != null) {
return Arrays.hashCode(bArr);
}
return 0;
}
/* renamed from: toString-impl, reason: not valid java name */
public static String m367toStringimpl(byte[] bArr) {
return "UByteArray(storage=" + Arrays.toString(bArr) + ")";
}
@Override // java.util.Collection
public /* synthetic */ boolean add(UByte uByte) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: add-7apg3OU, reason: not valid java name */
public boolean m368add7apg3OU(byte b) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean addAll(Collection<? extends UByte> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public void clear() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: contains-7apg3OU, reason: not valid java name */
public boolean m369contains7apg3OU(byte b) {
return m357contains7apg3OU(this.storage, b);
}
@Override // java.util.Collection
public boolean containsAll(Collection<? extends Object> collection) {
return m358containsAllimpl(this.storage, collection);
}
@Override // java.util.Collection
public boolean equals(Object other) {
return m359equalsimpl(this.storage, other);
}
public int getSize() {
return m362getSizeimpl(this.storage);
}
@Override // java.util.Collection
public int hashCode() {
return m363hashCodeimpl(this.storage);
}
@Override // java.util.Collection
public boolean isEmpty() {
return m364isEmptyimpl(this.storage);
}
@Override // java.util.Collection, java.lang.Iterable
public UByteIterator iterator() {
return m365iteratorimpl(this.storage);
}
@Override // java.util.Collection
public boolean remove(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean removeAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean retainAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public Object[] toArray() {
return CollectionToArray.toArray(this);
}
@Override // java.util.Collection
public <T> T[] toArray(T[] tArr) {
return (T[]) CollectionToArray.toArray(this, tArr);
}
public String toString() {
return m367toStringimpl(this.storage);
}
/* renamed from: unbox-impl, reason: not valid java name and from getter */
public final /* synthetic */ byte[] getStorage() {
return this.storage;
}
@Override // java.util.Collection
public final /* bridge */ boolean contains(Object obj) {
if (obj instanceof UByte) {
return m369contains7apg3OU(((UByte) obj).getData());
}
return false;
}
@Override // java.util.Collection
public final /* bridge */ int size() {
return getSize();
}
private /* synthetic */ UByteArray(byte[] storage) {
Intrinsics.checkNotNullParameter(storage, "storage");
this.storage = storage;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static byte[] m356constructorimpl(byte[] storage) {
Intrinsics.checkNotNullParameter(storage, "storage");
return storage;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static byte[] m355constructorimpl(int size) {
return m356constructorimpl(new byte[size]);
}
/* renamed from: get-w2LRezQ, reason: not valid java name */
public static final byte m361getw2LRezQ(byte[] $this, int index) {
return UByte.m312constructorimpl($this[index]);
}
/* renamed from: set-VurrAj0, reason: not valid java name */
public static final void m366setVurrAj0(byte[] $this, int index, byte value) {
$this[index] = value;
}
/* renamed from: getSize-impl, reason: not valid java name */
public static int m362getSizeimpl(byte[] $this) {
return $this.length;
}
/* renamed from: iterator-impl, reason: not valid java name */
public static UByteIterator m365iteratorimpl(byte[] $this) {
return new Iterator($this);
}
/* compiled from: UByteArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0012\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\b\u0002\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\u0007\u001a\u00020\bH\u0096\u0002J\u0015\u0010\t\u001a\u00020\nH\u0016ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u000b\u0010\fR\u000e\u0010\u0002\u001a\u00020\u0003X\u0082\u0004¢\u0006\u0002\n\u0000R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082\u000e¢\u0006\u0002\n\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006\r"}, m238d2 = {"Lkotlin/UByteArray$Iterator;", "Lkotlin/collections/UByteIterator;", "array", "", "([B)V", "index", "", "hasNext", "", "nextUByte", "Lkotlin/UByte;", "nextUByte-w2LRezQ", "()B", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
private static final class Iterator extends UByteIterator {
private final byte[] array;
private int index;
public Iterator(byte[] array) {
Intrinsics.checkNotNullParameter(array, "array");
this.array = array;
}
@Override // java.util.Iterator
public boolean hasNext() {
return this.index < this.array.length;
}
@Override // kotlin.collections.UByteIterator
/* renamed from: nextUByte-w2LRezQ, reason: not valid java name */
public byte mo371nextUBytew2LRezQ() {
int i = this.index;
byte[] bArr = this.array;
if (i >= bArr.length) {
throw new NoSuchElementException(String.valueOf(this.index));
}
this.index = i + 1;
return UByte.m312constructorimpl(bArr[i]);
}
}
/* renamed from: contains-7apg3OU, reason: not valid java name */
public static boolean m357contains7apg3OU(byte[] $this, byte element) {
return ArraysKt.contains($this, element);
}
/* renamed from: containsAll-impl, reason: not valid java name */
public static boolean m358containsAllimpl(byte[] $this, Collection<UByte> elements) {
Intrinsics.checkNotNullParameter(elements, "elements");
Collection<UByte> $this$all$iv = elements;
if ($this$all$iv.isEmpty()) {
return true;
}
for (Object element$iv : $this$all$iv) {
Object it = ((element$iv instanceof UByte) && ArraysKt.contains($this, ((UByte) element$iv).getData())) ? 1 : null;
if (it == null) {
return false;
}
}
return true;
}
/* renamed from: isEmpty-impl, reason: not valid java name */
public static boolean m364isEmptyimpl(byte[] $this) {
return $this.length == 0;
}
}
@@ -0,0 +1,22 @@
package kotlin;
import kotlin.jvm.functions.Function1;
/* compiled from: UByteArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001a\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0006\u001a0\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00032\u0012\u0010\u0004\u001a\u000e\u0012\u0004\u0012\u00020\u0003\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000ø\u0001\u0001¢\u0006\u0002\u0010\u0007\u001a\u001f\u0010\b\u001a\u00020\u00012\n\u0010\t\u001a\u00020\u0001\"\u00020\u0006H\u0087\\u0001\u0000¢\u0006\u0004\b\n\u0010\u000b\u0082\u0002\u000b\n\u0002\b\u0019\n\u0005\b\u009920\u0001¨\u0006\f"}, m238d2 = {"UByteArray", "Lkotlin/UByteArray;", "size", "", "init", "Lkotlin/Function1;", "Lkotlin/UByte;", "(ILkotlin/jvm/functions/Function1;)[B", "ubyteArrayOf", "elements", "ubyteArrayOf-GBYM_sE", "([B)[B", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UByteArrayKt {
private static final byte[] UByteArray(int size, Function1<? super Integer, UByte> function1) {
byte[] bArr = new byte[size];
for (int i = 0; i < size; i++) {
int index = i;
bArr[i] = function1.invoke(Integer.valueOf(index)).getData();
}
return UByteArray.m356constructorimpl(bArr);
}
/* renamed from: ubyteArrayOf-GBYM_sE, reason: not valid java name */
private static final byte[] m372ubyteArrayOfGBYM_sE(byte... elements) {
return elements;
}
}
@@ -0,0 +1,22 @@
package kotlin;
/* compiled from: UByte.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000 \n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0005\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\n\n\u0002\b\u0002\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0003\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0004H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0005\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0006H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0007\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0002\u0010\t\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\n"}, m238d2 = {"toUByte", "Lkotlin/UByte;", "", "(B)B", "", "(I)B", "", "(J)B", "", "(S)B", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UByteKt {
private static final byte toUByte(byte $this$toUByte) {
return UByte.m312constructorimpl($this$toUByte);
}
private static final byte toUByte(short $this$toUByte) {
return UByte.m312constructorimpl((byte) $this$toUByte);
}
private static final byte toUByte(int $this$toUByte) {
return UByte.m312constructorimpl((byte) $this$toUByte);
}
private static final byte toUByte(long $this$toUByte) {
return UByte.m312constructorimpl((byte) $this$toUByte);
}
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,241 @@
package kotlin;
import java.util.Arrays;
import java.util.Collection;
import java.util.NoSuchElementException;
import kotlin.collections.ArraysKt;
import kotlin.collections.UIntIterator;
import kotlin.jvm.internal.CollectionToArray;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.markers.KMappedMarker;
/* compiled from: UIntArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000F\n\u0002\u0018\u0002\n\u0002\u0010\u001e\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0010\u0015\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0002\b\t\n\u0002\u0010\u0000\n\u0002\b\t\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0010\u0002\n\u0002\b\u0004\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0087@\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001:\u0001-B\u0014\b\u0016\u0012\u0006\u0010\u0003\u001a\u00020\u0004ø\u0001\u0000¢\u0006\u0004\b\u0005\u0010\u0006B\u0014\b\u0001\u0012\u0006\u0010\u0007\u001a\u00020\\u0001\u0000¢\u0006\u0004\b\u0005\u0010\tJ\u001b\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u0002H\u0096\u0002ø\u0001\u0000¢\u0006\u0004\b\u0011\u0010\u0012J \u0010\u0013\u001a\u00020\u000f2\f\u0010\u0014\u001a\b\u0012\u0004\u0012\u00020\u00020\u0001H\u0016ø\u0001\u0000¢\u0006\u0004\b\u0015\u0010\u0016J\u0013\u0010\u0017\u001a\u00020\u000f2\b\u0010\u0018\u001a\u0004\u0018\u00010\u0019HÖ\u0003J\u001e\u0010\u001a\u001a\u00020\u00022\u0006\u0010\u001b\u001a\u00020\u0004H\u0086\u0002ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u001c\u0010\u001dJ\t\u0010\u001e\u001a\u00020\u0004HÖ\u0001J\u000f\u0010\u001f\u001a\u00020\u000fH\u0016¢\u0006\u0004\b \u0010!J\u0010\u0010\"\u001a\u00020#H\u0096\u0002¢\u0006\u0004\b$\u0010%J#\u0010&\u001a\u00020'2\u0006\u0010\u001b\u001a\u00020\u00042\u0006\u0010(\u001a\u00020\u0002H\u0086\u0002ø\u0001\u0000¢\u0006\u0004\b)\u0010*J\t\u0010+\u001a\u00020,HÖ\u0001R\u0014\u0010\u0003\u001a\u00020\u00048VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\n\u0010\u000bR\u0016\u0010\u0007\u001a\u00020\b8\u0000X\u0081\u0004¢\u0006\b\n\u0000\u0012\u0004\b\f\u0010\\u0001\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006."}, m238d2 = {"Lkotlin/UIntArray;", "", "Lkotlin/UInt;", "size", "", "constructor-impl", "(I)[I", "storage", "", "([I)[I", "getSize-impl", "([I)I", "getStorage$annotations", "()V", "contains", "", "element", "contains-WZ4Q5Ns", "([II)Z", "containsAll", "elements", "containsAll-impl", "([ILjava/util/Collection;)Z", "equals", "other", "", "get", "index", "get-pVg5ArA", "([II)I", "hashCode", "isEmpty", "isEmpty-impl", "([I)Z", "iterator", "Lkotlin/collections/UIntIterator;", "iterator-impl", "([I)Lkotlin/collections/UIntIterator;", "set", "", "value", "set-VXSXFK8", "([III)V", "toString", "", "Iterator", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UIntArray implements Collection<UInt>, KMappedMarker {
private final int[] storage;
/* renamed from: box-impl, reason: not valid java name */
public static final /* synthetic */ UIntArray m424boximpl(int[] v) {
Intrinsics.checkNotNullParameter(v, "v");
return new UIntArray(v);
}
/* renamed from: equals-impl, reason: not valid java name */
public static boolean m429equalsimpl(int[] iArr, Object obj) {
return (obj instanceof UIntArray) && Intrinsics.areEqual(iArr, ((UIntArray) obj).getStorage());
}
/* renamed from: equals-impl0, reason: not valid java name */
public static final boolean m430equalsimpl0(int[] iArr, int[] iArr2) {
return Intrinsics.areEqual(iArr, iArr2);
}
public static /* synthetic */ void getStorage$annotations() {
}
/* renamed from: hashCode-impl, reason: not valid java name */
public static int m433hashCodeimpl(int[] iArr) {
if (iArr != null) {
return Arrays.hashCode(iArr);
}
return 0;
}
/* renamed from: toString-impl, reason: not valid java name */
public static String m437toStringimpl(int[] iArr) {
return "UIntArray(storage=" + Arrays.toString(iArr) + ")";
}
@Override // java.util.Collection
public /* synthetic */ boolean add(UInt uInt) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: add-WZ4Q5Ns, reason: not valid java name */
public boolean m438addWZ4Q5Ns(int i) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean addAll(Collection<? extends UInt> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public void clear() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: contains-WZ4Q5Ns, reason: not valid java name */
public boolean m439containsWZ4Q5Ns(int i) {
return m427containsWZ4Q5Ns(this.storage, i);
}
@Override // java.util.Collection
public boolean containsAll(Collection<? extends Object> collection) {
return m428containsAllimpl(this.storage, collection);
}
@Override // java.util.Collection
public boolean equals(Object other) {
return m429equalsimpl(this.storage, other);
}
public int getSize() {
return m432getSizeimpl(this.storage);
}
@Override // java.util.Collection
public int hashCode() {
return m433hashCodeimpl(this.storage);
}
@Override // java.util.Collection
public boolean isEmpty() {
return m434isEmptyimpl(this.storage);
}
@Override // java.util.Collection, java.lang.Iterable
public UIntIterator iterator() {
return m435iteratorimpl(this.storage);
}
@Override // java.util.Collection
public boolean remove(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean removeAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean retainAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public Object[] toArray() {
return CollectionToArray.toArray(this);
}
@Override // java.util.Collection
public <T> T[] toArray(T[] tArr) {
return (T[]) CollectionToArray.toArray(this, tArr);
}
public String toString() {
return m437toStringimpl(this.storage);
}
/* renamed from: unbox-impl, reason: not valid java name and from getter */
public final /* synthetic */ int[] getStorage() {
return this.storage;
}
@Override // java.util.Collection
public final /* bridge */ boolean contains(Object obj) {
if (obj instanceof UInt) {
return m439containsWZ4Q5Ns(((UInt) obj).getData());
}
return false;
}
@Override // java.util.Collection
public final /* bridge */ int size() {
return getSize();
}
private /* synthetic */ UIntArray(int[] storage) {
Intrinsics.checkNotNullParameter(storage, "storage");
this.storage = storage;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static int[] m426constructorimpl(int[] storage) {
Intrinsics.checkNotNullParameter(storage, "storage");
return storage;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static int[] m425constructorimpl(int size) {
return m426constructorimpl(new int[size]);
}
/* renamed from: get-pVg5ArA, reason: not valid java name */
public static final int m431getpVg5ArA(int[] $this, int index) {
return UInt.m380constructorimpl($this[index]);
}
/* renamed from: set-VXSXFK8, reason: not valid java name */
public static final void m436setVXSXFK8(int[] $this, int index, int value) {
$this[index] = value;
}
/* renamed from: getSize-impl, reason: not valid java name */
public static int m432getSizeimpl(int[] $this) {
return $this.length;
}
/* renamed from: iterator-impl, reason: not valid java name */
public static UIntIterator m435iteratorimpl(int[] $this) {
return new Iterator($this);
}
/* compiled from: UIntArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0015\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\b\u0002\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\u0007\u001a\u00020\bH\u0096\u0002J\u0015\u0010\t\u001a\u00020\nH\u0016ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u000b\u0010\fR\u000e\u0010\u0002\u001a\u00020\u0003X\u0082\u0004¢\u0006\u0002\n\u0000R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082\u000e¢\u0006\u0002\n\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006\r"}, m238d2 = {"Lkotlin/UIntArray$Iterator;", "Lkotlin/collections/UIntIterator;", "array", "", "([I)V", "index", "", "hasNext", "", "nextUInt", "Lkotlin/UInt;", "nextUInt-pVg5ArA", "()I", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
private static final class Iterator extends UIntIterator {
private final int[] array;
private int index;
public Iterator(int[] array) {
Intrinsics.checkNotNullParameter(array, "array");
this.array = array;
}
@Override // java.util.Iterator
public boolean hasNext() {
return this.index < this.array.length;
}
@Override // kotlin.collections.UIntIterator
/* renamed from: nextUInt-pVg5ArA, reason: not valid java name */
public int mo441nextUIntpVg5ArA() {
int i = this.index;
int[] iArr = this.array;
if (i >= iArr.length) {
throw new NoSuchElementException(String.valueOf(this.index));
}
this.index = i + 1;
return UInt.m380constructorimpl(iArr[i]);
}
}
/* renamed from: contains-WZ4Q5Ns, reason: not valid java name */
public static boolean m427containsWZ4Q5Ns(int[] $this, int element) {
return ArraysKt.contains($this, element);
}
/* renamed from: containsAll-impl, reason: not valid java name */
public static boolean m428containsAllimpl(int[] $this, Collection<UInt> elements) {
Intrinsics.checkNotNullParameter(elements, "elements");
Collection<UInt> $this$all$iv = elements;
if ($this$all$iv.isEmpty()) {
return true;
}
for (Object element$iv : $this$all$iv) {
Object it = ((element$iv instanceof UInt) && ArraysKt.contains($this, ((UInt) element$iv).getData())) ? 1 : null;
if (it == null) {
return false;
}
}
return true;
}
/* renamed from: isEmpty-impl, reason: not valid java name */
public static boolean m434isEmptyimpl(int[] $this) {
return $this.length == 0;
}
}
@@ -0,0 +1,22 @@
package kotlin;
import kotlin.jvm.functions.Function1;
/* compiled from: UIntArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001a\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0006\u001a0\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00032\u0012\u0010\u0004\u001a\u000e\u0012\u0004\u0012\u00020\u0003\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000ø\u0001\u0001¢\u0006\u0002\u0010\u0007\u001a\u001f\u0010\b\u001a\u00020\u00012\n\u0010\t\u001a\u00020\u0001\"\u00020\u0006H\u0087\\u0001\u0000¢\u0006\u0004\b\n\u0010\u000b\u0082\u0002\u000b\n\u0002\b\u0019\n\u0005\b\u009920\u0001¨\u0006\f"}, m238d2 = {"UIntArray", "Lkotlin/UIntArray;", "size", "", "init", "Lkotlin/Function1;", "Lkotlin/UInt;", "(ILkotlin/jvm/functions/Function1;)[I", "uintArrayOf", "elements", "uintArrayOf--ajY-9A", "([I)[I", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UIntArrayKt {
private static final int[] UIntArray(int size, Function1<? super Integer, UInt> function1) {
int[] iArr = new int[size];
for (int i = 0; i < size; i++) {
int index = i;
iArr[i] = function1.invoke(Integer.valueOf(index)).getData();
}
return UIntArray.m426constructorimpl(iArr);
}
/* renamed from: uintArrayOf--ajY-9A, reason: not valid java name */
private static final int[] m442uintArrayOfajY9A(int... elements) {
return elements;
}
}
@@ -0,0 +1,30 @@
package kotlin;
/* compiled from: UInt.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000,\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0005\n\u0000\n\u0002\u0010\u0006\n\u0000\n\u0002\u0010\u0007\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\n\n\u0002\b\u0002\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0003\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0004H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0005\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0006H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0007\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0002\u0010\t\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\nH\u0087\\u0001\u0000¢\u0006\u0002\u0010\u000b\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\fH\u0087\\u0001\u0000¢\u0006\u0002\u0010\r\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u000e"}, m238d2 = {"toUInt", "Lkotlin/UInt;", "", "(B)I", "", "(D)I", "", "(F)I", "", "(I)I", "", "(J)I", "", "(S)I", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UIntKt {
private static final int toUInt(byte $this$toUInt) {
return UInt.m380constructorimpl($this$toUInt);
}
private static final int toUInt(short $this$toUInt) {
return UInt.m380constructorimpl($this$toUInt);
}
private static final int toUInt(int $this$toUInt) {
return UInt.m380constructorimpl($this$toUInt);
}
private static final int toUInt(long $this$toUInt) {
return UInt.m380constructorimpl((int) $this$toUInt);
}
private static final int toUInt(float $this$toUInt) {
return UnsignedKt.doubleToUInt($this$toUInt);
}
private static final int toUInt(double $this$toUInt) {
return UnsignedKt.doubleToUInt($this$toUInt);
}
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,241 @@
package kotlin;
import java.util.Arrays;
import java.util.Collection;
import java.util.NoSuchElementException;
import kotlin.collections.ArraysKt;
import kotlin.collections.ULongIterator;
import kotlin.jvm.internal.CollectionToArray;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.markers.KMappedMarker;
/* compiled from: ULongArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000F\n\u0002\u0018\u0002\n\u0002\u0010\u001e\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0010\u0016\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0002\b\t\n\u0002\u0010\u0000\n\u0002\b\t\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0010\u0002\n\u0002\b\u0004\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0087@\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001:\u0001-B\u0014\b\u0016\u0012\u0006\u0010\u0003\u001a\u00020\u0004ø\u0001\u0000¢\u0006\u0004\b\u0005\u0010\u0006B\u0014\b\u0001\u0012\u0006\u0010\u0007\u001a\u00020\\u0001\u0000¢\u0006\u0004\b\u0005\u0010\tJ\u001b\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u0002H\u0096\u0002ø\u0001\u0000¢\u0006\u0004\b\u0011\u0010\u0012J \u0010\u0013\u001a\u00020\u000f2\f\u0010\u0014\u001a\b\u0012\u0004\u0012\u00020\u00020\u0001H\u0016ø\u0001\u0000¢\u0006\u0004\b\u0015\u0010\u0016J\u0013\u0010\u0017\u001a\u00020\u000f2\b\u0010\u0018\u001a\u0004\u0018\u00010\u0019HÖ\u0003J\u001e\u0010\u001a\u001a\u00020\u00022\u0006\u0010\u001b\u001a\u00020\u0004H\u0086\u0002ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u001c\u0010\u001dJ\t\u0010\u001e\u001a\u00020\u0004HÖ\u0001J\u000f\u0010\u001f\u001a\u00020\u000fH\u0016¢\u0006\u0004\b \u0010!J\u0010\u0010\"\u001a\u00020#H\u0096\u0002¢\u0006\u0004\b$\u0010%J#\u0010&\u001a\u00020'2\u0006\u0010\u001b\u001a\u00020\u00042\u0006\u0010(\u001a\u00020\u0002H\u0086\u0002ø\u0001\u0000¢\u0006\u0004\b)\u0010*J\t\u0010+\u001a\u00020,HÖ\u0001R\u0014\u0010\u0003\u001a\u00020\u00048VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\n\u0010\u000bR\u0016\u0010\u0007\u001a\u00020\b8\u0000X\u0081\u0004¢\u0006\b\n\u0000\u0012\u0004\b\f\u0010\\u0001\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006."}, m238d2 = {"Lkotlin/ULongArray;", "", "Lkotlin/ULong;", "size", "", "constructor-impl", "(I)[J", "storage", "", "([J)[J", "getSize-impl", "([J)I", "getStorage$annotations", "()V", "contains", "", "element", "contains-VKZWuLQ", "([JJ)Z", "containsAll", "elements", "containsAll-impl", "([JLjava/util/Collection;)Z", "equals", "other", "", "get", "index", "get-s-VKNKU", "([JI)J", "hashCode", "isEmpty", "isEmpty-impl", "([J)Z", "iterator", "Lkotlin/collections/ULongIterator;", "iterator-impl", "([J)Lkotlin/collections/ULongIterator;", "set", "", "value", "set-k8EXiF4", "([JIJ)V", "toString", "", "Iterator", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class ULongArray implements Collection<ULong>, KMappedMarker {
private final long[] storage;
/* renamed from: box-impl, reason: not valid java name */
public static final /* synthetic */ ULongArray m494boximpl(long[] v) {
Intrinsics.checkNotNullParameter(v, "v");
return new ULongArray(v);
}
/* renamed from: equals-impl, reason: not valid java name */
public static boolean m499equalsimpl(long[] jArr, Object obj) {
return (obj instanceof ULongArray) && Intrinsics.areEqual(jArr, ((ULongArray) obj).getStorage());
}
/* renamed from: equals-impl0, reason: not valid java name */
public static final boolean m500equalsimpl0(long[] jArr, long[] jArr2) {
return Intrinsics.areEqual(jArr, jArr2);
}
public static /* synthetic */ void getStorage$annotations() {
}
/* renamed from: hashCode-impl, reason: not valid java name */
public static int m503hashCodeimpl(long[] jArr) {
if (jArr != null) {
return Arrays.hashCode(jArr);
}
return 0;
}
/* renamed from: toString-impl, reason: not valid java name */
public static String m507toStringimpl(long[] jArr) {
return "ULongArray(storage=" + Arrays.toString(jArr) + ")";
}
@Override // java.util.Collection
public /* synthetic */ boolean add(ULong uLong) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: add-VKZWuLQ, reason: not valid java name */
public boolean m508addVKZWuLQ(long j) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean addAll(Collection<? extends ULong> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public void clear() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: contains-VKZWuLQ, reason: not valid java name */
public boolean m509containsVKZWuLQ(long j) {
return m497containsVKZWuLQ(this.storage, j);
}
@Override // java.util.Collection
public boolean containsAll(Collection<? extends Object> collection) {
return m498containsAllimpl(this.storage, collection);
}
@Override // java.util.Collection
public boolean equals(Object other) {
return m499equalsimpl(this.storage, other);
}
public int getSize() {
return m502getSizeimpl(this.storage);
}
@Override // java.util.Collection
public int hashCode() {
return m503hashCodeimpl(this.storage);
}
@Override // java.util.Collection
public boolean isEmpty() {
return m504isEmptyimpl(this.storage);
}
@Override // java.util.Collection, java.lang.Iterable
public ULongIterator iterator() {
return m505iteratorimpl(this.storage);
}
@Override // java.util.Collection
public boolean remove(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean removeAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean retainAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public Object[] toArray() {
return CollectionToArray.toArray(this);
}
@Override // java.util.Collection
public <T> T[] toArray(T[] tArr) {
return (T[]) CollectionToArray.toArray(this, tArr);
}
public String toString() {
return m507toStringimpl(this.storage);
}
/* renamed from: unbox-impl, reason: not valid java name and from getter */
public final /* synthetic */ long[] getStorage() {
return this.storage;
}
@Override // java.util.Collection
public final /* bridge */ boolean contains(Object obj) {
if (obj instanceof ULong) {
return m509containsVKZWuLQ(((ULong) obj).getData());
}
return false;
}
@Override // java.util.Collection
public final /* bridge */ int size() {
return getSize();
}
private /* synthetic */ ULongArray(long[] storage) {
Intrinsics.checkNotNullParameter(storage, "storage");
this.storage = storage;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static long[] m496constructorimpl(long[] storage) {
Intrinsics.checkNotNullParameter(storage, "storage");
return storage;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static long[] m495constructorimpl(int size) {
return m496constructorimpl(new long[size]);
}
/* renamed from: get-s-VKNKU, reason: not valid java name */
public static final long m501getsVKNKU(long[] $this, int index) {
return ULong.m450constructorimpl($this[index]);
}
/* renamed from: set-k8EXiF4, reason: not valid java name */
public static final void m506setk8EXiF4(long[] $this, int index, long value) {
$this[index] = value;
}
/* renamed from: getSize-impl, reason: not valid java name */
public static int m502getSizeimpl(long[] $this) {
return $this.length;
}
/* renamed from: iterator-impl, reason: not valid java name */
public static ULongIterator m505iteratorimpl(long[] $this) {
return new Iterator($this);
}
/* compiled from: ULongArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0016\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\b\u0002\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\u0007\u001a\u00020\bH\u0096\u0002J\u0015\u0010\t\u001a\u00020\nH\u0016ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u000b\u0010\fR\u000e\u0010\u0002\u001a\u00020\u0003X\u0082\u0004¢\u0006\u0002\n\u0000R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082\u000e¢\u0006\u0002\n\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006\r"}, m238d2 = {"Lkotlin/ULongArray$Iterator;", "Lkotlin/collections/ULongIterator;", "array", "", "([J)V", "index", "", "hasNext", "", "nextULong", "Lkotlin/ULong;", "nextULong-s-VKNKU", "()J", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
private static final class Iterator extends ULongIterator {
private final long[] array;
private int index;
public Iterator(long[] array) {
Intrinsics.checkNotNullParameter(array, "array");
this.array = array;
}
@Override // java.util.Iterator
public boolean hasNext() {
return this.index < this.array.length;
}
@Override // kotlin.collections.ULongIterator
/* renamed from: nextULong-s-VKNKU, reason: not valid java name */
public long mo511nextULongsVKNKU() {
int i = this.index;
long[] jArr = this.array;
if (i >= jArr.length) {
throw new NoSuchElementException(String.valueOf(this.index));
}
this.index = i + 1;
return ULong.m450constructorimpl(jArr[i]);
}
}
/* renamed from: contains-VKZWuLQ, reason: not valid java name */
public static boolean m497containsVKZWuLQ(long[] $this, long element) {
return ArraysKt.contains($this, element);
}
/* renamed from: containsAll-impl, reason: not valid java name */
public static boolean m498containsAllimpl(long[] $this, Collection<ULong> elements) {
Intrinsics.checkNotNullParameter(elements, "elements");
Collection<ULong> $this$all$iv = elements;
if ($this$all$iv.isEmpty()) {
return true;
}
for (Object element$iv : $this$all$iv) {
Object it = ((element$iv instanceof ULong) && ArraysKt.contains($this, ((ULong) element$iv).getData())) ? 1 : null;
if (it == null) {
return false;
}
}
return true;
}
/* renamed from: isEmpty-impl, reason: not valid java name */
public static boolean m504isEmptyimpl(long[] $this) {
return $this.length == 0;
}
}
@@ -0,0 +1,22 @@
package kotlin;
import kotlin.jvm.functions.Function1;
/* compiled from: ULongArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001a\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0006\u001a0\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00032\u0012\u0010\u0004\u001a\u000e\u0012\u0004\u0012\u00020\u0003\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000ø\u0001\u0001¢\u0006\u0002\u0010\u0007\u001a\u001f\u0010\b\u001a\u00020\u00012\n\u0010\t\u001a\u00020\u0001\"\u00020\u0006H\u0087\\u0001\u0000¢\u0006\u0004\b\n\u0010\u000b\u0082\u0002\u000b\n\u0002\b\u0019\n\u0005\b\u009920\u0001¨\u0006\f"}, m238d2 = {"ULongArray", "Lkotlin/ULongArray;", "size", "", "init", "Lkotlin/Function1;", "Lkotlin/ULong;", "(ILkotlin/jvm/functions/Function1;)[J", "ulongArrayOf", "elements", "ulongArrayOf-QwZRm1k", "([J)[J", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class ULongArrayKt {
private static final long[] ULongArray(int size, Function1<? super Integer, ULong> function1) {
long[] jArr = new long[size];
for (int i = 0; i < size; i++) {
int index = i;
jArr[i] = function1.invoke(Integer.valueOf(index)).getData();
}
return ULongArray.m496constructorimpl(jArr);
}
/* renamed from: ulongArrayOf-QwZRm1k, reason: not valid java name */
private static final long[] m512ulongArrayOfQwZRm1k(long... elements) {
return elements;
}
}
@@ -0,0 +1,30 @@
package kotlin;
/* compiled from: ULong.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000,\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0005\n\u0000\n\u0002\u0010\u0006\n\u0000\n\u0002\u0010\u0007\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\n\n\u0002\b\u0002\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0003\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0004H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0005\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0006H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0007\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0002\u0010\t\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\nH\u0087\\u0001\u0000¢\u0006\u0002\u0010\u000b\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\fH\u0087\\u0001\u0000¢\u0006\u0002\u0010\r\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u000e"}, m238d2 = {"toULong", "Lkotlin/ULong;", "", "(B)J", "", "(D)J", "", "(F)J", "", "(I)J", "", "(J)J", "", "(S)J", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class ULongKt {
private static final long toULong(byte $this$toULong) {
return ULong.m450constructorimpl($this$toULong);
}
private static final long toULong(short $this$toULong) {
return ULong.m450constructorimpl($this$toULong);
}
private static final long toULong(int $this$toULong) {
return ULong.m450constructorimpl($this$toULong);
}
private static final long toULong(long $this$toULong) {
return ULong.m450constructorimpl($this$toULong);
}
private static final long toULong(float $this$toULong) {
return UnsignedKt.doubleToULong($this$toULong);
}
private static final long toULong(double $this$toULong) {
return UnsignedKt.doubleToULong($this$toULong);
}
}
@@ -0,0 +1,11 @@
package kotlin;
/* compiled from: Lazy.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002¨\u0006\u0003"}, m238d2 = {"Lkotlin/UNINITIALIZED_VALUE;", "", "()V", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UNINITIALIZED_VALUE {
public static final UNINITIALIZED_VALUE INSTANCE = new UNINITIALIZED_VALUE();
private UNINITIALIZED_VALUE() {
}
}
@@ -0,0 +1,146 @@
package kotlin;
/* compiled from: UNumbers.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000&\n\u0000\n\u0002\u0010\b\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b)\u001a\u0017\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0004\b\u0003\u0010\u0004\u001a\u0017\u0010\u0000\u001a\u00020\u0001*\u00020\u0005H\u0087\\u0001\u0000¢\u0006\u0004\b\u0006\u0010\u0007\u001a\u0017\u0010\u0000\u001a\u00020\u0001*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0004\b\t\u0010\n\u001a\u0017\u0010\u0000\u001a\u00020\u0001*\u00020\u000bH\u0087\\u0001\u0000¢\u0006\u0004\b\f\u0010\r\u001a\u0017\u0010\u000e\u001a\u00020\u0001*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0004\b\u000f\u0010\u0004\u001a\u0017\u0010\u000e\u001a\u00020\u0001*\u00020\u0005H\u0087\\u0001\u0000¢\u0006\u0004\b\u0010\u0010\u0007\u001a\u0017\u0010\u000e\u001a\u00020\u0001*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0004\b\u0011\u0010\n\u001a\u0017\u0010\u000e\u001a\u00020\u0001*\u00020\u000bH\u0087\\u0001\u0000¢\u0006\u0004\b\u0012\u0010\r\u001a\u0017\u0010\u0013\u001a\u00020\u0001*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0004\b\u0014\u0010\u0004\u001a\u0017\u0010\u0013\u001a\u00020\u0001*\u00020\u0005H\u0087\\u0001\u0000¢\u0006\u0004\b\u0015\u0010\u0007\u001a\u0017\u0010\u0013\u001a\u00020\u0001*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0004\b\u0016\u0010\n\u001a\u0017\u0010\u0013\u001a\u00020\u0001*\u00020\u000bH\u0087\\u0001\u0000¢\u0006\u0004\b\u0017\u0010\r\u001a\u001f\u0010\u0018\u001a\u00020\u0002*\u00020\u00022\u0006\u0010\u0019\u001a\u00020\u0001H\u0087\\u0001\u0000¢\u0006\u0004\b\u001a\u0010\u001b\u001a\u001f\u0010\u0018\u001a\u00020\u0005*\u00020\u00052\u0006\u0010\u0019\u001a\u00020\u0001H\u0087\\u0001\u0000¢\u0006\u0004\b\u001c\u0010\u001d\u001a\u001f\u0010\u0018\u001a\u00020\b*\u00020\b2\u0006\u0010\u0019\u001a\u00020\u0001H\u0087\\u0001\u0000¢\u0006\u0004\b\u001e\u0010\u001f\u001a\u001f\u0010\u0018\u001a\u00020\u000b*\u00020\u000b2\u0006\u0010\u0019\u001a\u00020\u0001H\u0087\\u0001\u0000¢\u0006\u0004\b \u0010!\u001a\u001f\u0010\"\u001a\u00020\u0002*\u00020\u00022\u0006\u0010\u0019\u001a\u00020\u0001H\u0087\\u0001\u0000¢\u0006\u0004\b#\u0010\u001b\u001a\u001f\u0010\"\u001a\u00020\u0005*\u00020\u00052\u0006\u0010\u0019\u001a\u00020\u0001H\u0087\\u0001\u0000¢\u0006\u0004\b$\u0010\u001d\u001a\u001f\u0010\"\u001a\u00020\b*\u00020\b2\u0006\u0010\u0019\u001a\u00020\u0001H\u0087\\u0001\u0000¢\u0006\u0004\b%\u0010\u001f\u001a\u001f\u0010\"\u001a\u00020\u000b*\u00020\u000b2\u0006\u0010\u0019\u001a\u00020\u0001H\u0087\\u0001\u0000¢\u0006\u0004\b&\u0010!\u001a\u0017\u0010'\u001a\u00020\u0002*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0004\b(\u0010)\u001a\u0017\u0010'\u001a\u00020\u0005*\u00020\u0005H\u0087\\u0001\u0000¢\u0006\u0004\b*\u0010\u0007\u001a\u0017\u0010'\u001a\u00020\b*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0004\b+\u0010,\u001a\u0017\u0010'\u001a\u00020\u000b*\u00020\u000bH\u0087\\u0001\u0000¢\u0006\u0004\b-\u0010.\u001a\u0017\u0010/\u001a\u00020\u0002*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0004\b0\u0010)\u001a\u0017\u0010/\u001a\u00020\u0005*\u00020\u0005H\u0087\\u0001\u0000¢\u0006\u0004\b1\u0010\u0007\u001a\u0017\u0010/\u001a\u00020\b*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0004\b2\u0010,\u001a\u0017\u0010/\u001a\u00020\u000b*\u00020\u000bH\u0087\\u0001\u0000¢\u0006\u0004\b3\u0010.\u0082\u0002\u0004\n\u0002\b\u0019¨\u00064"}, m238d2 = {"countLeadingZeroBits", "", "Lkotlin/UByte;", "countLeadingZeroBits-7apg3OU", "(B)I", "Lkotlin/UInt;", "countLeadingZeroBits-WZ4Q5Ns", "(I)I", "Lkotlin/ULong;", "countLeadingZeroBits-VKZWuLQ", "(J)I", "Lkotlin/UShort;", "countLeadingZeroBits-xj2QHRw", "(S)I", "countOneBits", "countOneBits-7apg3OU", "countOneBits-WZ4Q5Ns", "countOneBits-VKZWuLQ", "countOneBits-xj2QHRw", "countTrailingZeroBits", "countTrailingZeroBits-7apg3OU", "countTrailingZeroBits-WZ4Q5Ns", "countTrailingZeroBits-VKZWuLQ", "countTrailingZeroBits-xj2QHRw", "rotateLeft", "bitCount", "rotateLeft-LxnNnR4", "(BI)B", "rotateLeft-V7xB4Y4", "(II)I", "rotateLeft-JSWoG40", "(JI)J", "rotateLeft-olVBNx4", "(SI)S", "rotateRight", "rotateRight-LxnNnR4", "rotateRight-V7xB4Y4", "rotateRight-JSWoG40", "rotateRight-olVBNx4", "takeHighestOneBit", "takeHighestOneBit-7apg3OU", "(B)B", "takeHighestOneBit-WZ4Q5Ns", "takeHighestOneBit-VKZWuLQ", "(J)J", "takeHighestOneBit-xj2QHRw", "(S)S", "takeLowestOneBit", "takeLowestOneBit-7apg3OU", "takeLowestOneBit-WZ4Q5Ns", "takeLowestOneBit-VKZWuLQ", "takeLowestOneBit-xj2QHRw", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UNumbersKt {
/* renamed from: countOneBits-WZ4Q5Ns, reason: not valid java name */
private static final int m519countOneBitsWZ4Q5Ns(int $this$countOneBits) {
return Integer.bitCount($this$countOneBits);
}
/* renamed from: countLeadingZeroBits-WZ4Q5Ns, reason: not valid java name */
private static final int m515countLeadingZeroBitsWZ4Q5Ns(int $this$countLeadingZeroBits) {
return Integer.numberOfLeadingZeros($this$countLeadingZeroBits);
}
/* renamed from: countTrailingZeroBits-WZ4Q5Ns, reason: not valid java name */
private static final int m523countTrailingZeroBitsWZ4Q5Ns(int $this$countTrailingZeroBits) {
return Integer.numberOfTrailingZeros($this$countTrailingZeroBits);
}
/* renamed from: takeHighestOneBit-WZ4Q5Ns, reason: not valid java name */
private static final int m535takeHighestOneBitWZ4Q5Ns(int $this$takeHighestOneBit) {
return UInt.m380constructorimpl(Integer.highestOneBit($this$takeHighestOneBit));
}
/* renamed from: takeLowestOneBit-WZ4Q5Ns, reason: not valid java name */
private static final int m539takeLowestOneBitWZ4Q5Ns(int $this$takeLowestOneBit) {
return UInt.m380constructorimpl(Integer.lowestOneBit($this$takeLowestOneBit));
}
/* renamed from: rotateLeft-V7xB4Y4, reason: not valid java name */
private static final int m527rotateLeftV7xB4Y4(int $this$rotateLeft, int bitCount) {
return UInt.m380constructorimpl(Integer.rotateLeft($this$rotateLeft, bitCount));
}
/* renamed from: rotateRight-V7xB4Y4, reason: not valid java name */
private static final int m531rotateRightV7xB4Y4(int $this$rotateRight, int bitCount) {
return UInt.m380constructorimpl(Integer.rotateRight($this$rotateRight, bitCount));
}
/* renamed from: countOneBits-VKZWuLQ, reason: not valid java name */
private static final int m518countOneBitsVKZWuLQ(long $this$countOneBits) {
return Long.bitCount($this$countOneBits);
}
/* renamed from: countLeadingZeroBits-VKZWuLQ, reason: not valid java name */
private static final int m514countLeadingZeroBitsVKZWuLQ(long $this$countLeadingZeroBits) {
return Long.numberOfLeadingZeros($this$countLeadingZeroBits);
}
/* renamed from: countTrailingZeroBits-VKZWuLQ, reason: not valid java name */
private static final int m522countTrailingZeroBitsVKZWuLQ(long $this$countTrailingZeroBits) {
return Long.numberOfTrailingZeros($this$countTrailingZeroBits);
}
/* renamed from: takeHighestOneBit-VKZWuLQ, reason: not valid java name */
private static final long m534takeHighestOneBitVKZWuLQ(long $this$takeHighestOneBit) {
return ULong.m450constructorimpl(Long.highestOneBit($this$takeHighestOneBit));
}
/* renamed from: takeLowestOneBit-VKZWuLQ, reason: not valid java name */
private static final long m538takeLowestOneBitVKZWuLQ(long $this$takeLowestOneBit) {
return ULong.m450constructorimpl(Long.lowestOneBit($this$takeLowestOneBit));
}
/* renamed from: rotateLeft-JSWoG40, reason: not valid java name */
private static final long m525rotateLeftJSWoG40(long $this$rotateLeft, int bitCount) {
return ULong.m450constructorimpl(Long.rotateLeft($this$rotateLeft, bitCount));
}
/* renamed from: rotateRight-JSWoG40, reason: not valid java name */
private static final long m529rotateRightJSWoG40(long $this$rotateRight, int bitCount) {
return ULong.m450constructorimpl(Long.rotateRight($this$rotateRight, bitCount));
}
/* renamed from: countOneBits-7apg3OU, reason: not valid java name */
private static final int m517countOneBits7apg3OU(byte $this$countOneBits) {
return Integer.bitCount(UInt.m380constructorimpl($this$countOneBits & 255));
}
/* renamed from: countLeadingZeroBits-7apg3OU, reason: not valid java name */
private static final int m513countLeadingZeroBits7apg3OU(byte $this$countLeadingZeroBits) {
return Integer.numberOfLeadingZeros($this$countLeadingZeroBits & 255) - 24;
}
/* renamed from: countTrailingZeroBits-7apg3OU, reason: not valid java name */
private static final int m521countTrailingZeroBits7apg3OU(byte $this$countTrailingZeroBits) {
return Integer.numberOfTrailingZeros($this$countTrailingZeroBits | 256);
}
/* renamed from: takeHighestOneBit-7apg3OU, reason: not valid java name */
private static final byte m533takeHighestOneBit7apg3OU(byte $this$takeHighestOneBit) {
return UByte.m312constructorimpl((byte) Integer.highestOneBit($this$takeHighestOneBit & 255));
}
/* renamed from: takeLowestOneBit-7apg3OU, reason: not valid java name */
private static final byte m537takeLowestOneBit7apg3OU(byte $this$takeLowestOneBit) {
return UByte.m312constructorimpl((byte) Integer.lowestOneBit($this$takeLowestOneBit & 255));
}
/* renamed from: rotateLeft-LxnNnR4, reason: not valid java name */
private static final byte m526rotateLeftLxnNnR4(byte $this$rotateLeft, int bitCount) {
return UByte.m312constructorimpl(NumbersKt.rotateLeft($this$rotateLeft, bitCount));
}
/* renamed from: rotateRight-LxnNnR4, reason: not valid java name */
private static final byte m530rotateRightLxnNnR4(byte $this$rotateRight, int bitCount) {
return UByte.m312constructorimpl(NumbersKt.rotateRight($this$rotateRight, bitCount));
}
/* renamed from: countOneBits-xj2QHRw, reason: not valid java name */
private static final int m520countOneBitsxj2QHRw(short $this$countOneBits) {
return Integer.bitCount(UInt.m380constructorimpl(65535 & $this$countOneBits));
}
/* renamed from: countLeadingZeroBits-xj2QHRw, reason: not valid java name */
private static final int m516countLeadingZeroBitsxj2QHRw(short $this$countLeadingZeroBits) {
return Integer.numberOfLeadingZeros(65535 & $this$countLeadingZeroBits) - 16;
}
/* renamed from: countTrailingZeroBits-xj2QHRw, reason: not valid java name */
private static final int m524countTrailingZeroBitsxj2QHRw(short $this$countTrailingZeroBits) {
return Integer.numberOfTrailingZeros(65536 | $this$countTrailingZeroBits);
}
/* renamed from: takeHighestOneBit-xj2QHRw, reason: not valid java name */
private static final short m536takeHighestOneBitxj2QHRw(short $this$takeHighestOneBit) {
return UShort.m548constructorimpl((short) Integer.highestOneBit(65535 & $this$takeHighestOneBit));
}
/* renamed from: takeLowestOneBit-xj2QHRw, reason: not valid java name */
private static final short m540takeLowestOneBitxj2QHRw(short $this$takeLowestOneBit) {
return UShort.m548constructorimpl((short) Integer.lowestOneBit(65535 & $this$takeLowestOneBit));
}
/* renamed from: rotateLeft-olVBNx4, reason: not valid java name */
private static final short m528rotateLeftolVBNx4(short $this$rotateLeft, int bitCount) {
return UShort.m548constructorimpl(NumbersKt.rotateLeft($this$rotateLeft, bitCount));
}
/* renamed from: rotateRight-olVBNx4, reason: not valid java name */
private static final short m532rotateRightolVBNx4(short $this$rotateRight, int bitCount) {
return UShort.m548constructorimpl(NumbersKt.rotateRight($this$rotateRight, bitCount));
}
}
File diff suppressed because one or more lines are too long
@@ -0,0 +1,241 @@
package kotlin;
import java.util.Arrays;
import java.util.Collection;
import java.util.NoSuchElementException;
import kotlin.collections.ArraysKt;
import kotlin.collections.UShortIterator;
import kotlin.jvm.internal.CollectionToArray;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.markers.KMappedMarker;
/* compiled from: UShortArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000F\n\u0002\u0018\u0002\n\u0002\u0010\u001e\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0010\u0017\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0002\b\t\n\u0002\u0010\u0000\n\u0002\b\t\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0010\u0002\n\u0002\b\u0004\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0087@\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001:\u0001-B\u0014\b\u0016\u0012\u0006\u0010\u0003\u001a\u00020\u0004ø\u0001\u0000¢\u0006\u0004\b\u0005\u0010\u0006B\u0014\b\u0001\u0012\u0006\u0010\u0007\u001a\u00020\\u0001\u0000¢\u0006\u0004\b\u0005\u0010\tJ\u001b\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u0002H\u0096\u0002ø\u0001\u0000¢\u0006\u0004\b\u0011\u0010\u0012J \u0010\u0013\u001a\u00020\u000f2\f\u0010\u0014\u001a\b\u0012\u0004\u0012\u00020\u00020\u0001H\u0016ø\u0001\u0000¢\u0006\u0004\b\u0015\u0010\u0016J\u0013\u0010\u0017\u001a\u00020\u000f2\b\u0010\u0018\u001a\u0004\u0018\u00010\u0019HÖ\u0003J\u001e\u0010\u001a\u001a\u00020\u00022\u0006\u0010\u001b\u001a\u00020\u0004H\u0086\u0002ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u001c\u0010\u001dJ\t\u0010\u001e\u001a\u00020\u0004HÖ\u0001J\u000f\u0010\u001f\u001a\u00020\u000fH\u0016¢\u0006\u0004\b \u0010!J\u0010\u0010\"\u001a\u00020#H\u0096\u0002¢\u0006\u0004\b$\u0010%J#\u0010&\u001a\u00020'2\u0006\u0010\u001b\u001a\u00020\u00042\u0006\u0010(\u001a\u00020\u0002H\u0086\u0002ø\u0001\u0000¢\u0006\u0004\b)\u0010*J\t\u0010+\u001a\u00020,HÖ\u0001R\u0014\u0010\u0003\u001a\u00020\u00048VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\n\u0010\u000bR\u0016\u0010\u0007\u001a\u00020\b8\u0000X\u0081\u0004¢\u0006\b\n\u0000\u0012\u0004\b\f\u0010\\u0001\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006."}, m238d2 = {"Lkotlin/UShortArray;", "", "Lkotlin/UShort;", "size", "", "constructor-impl", "(I)[S", "storage", "", "([S)[S", "getSize-impl", "([S)I", "getStorage$annotations", "()V", "contains", "", "element", "contains-xj2QHRw", "([SS)Z", "containsAll", "elements", "containsAll-impl", "([SLjava/util/Collection;)Z", "equals", "other", "", "get", "index", "get-Mh2AYeg", "([SI)S", "hashCode", "isEmpty", "isEmpty-impl", "([S)Z", "iterator", "Lkotlin/collections/UShortIterator;", "iterator-impl", "([S)Lkotlin/collections/UShortIterator;", "set", "", "value", "set-01HTLdE", "([SIS)V", "toString", "", "Iterator", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UShortArray implements Collection<UShort>, KMappedMarker {
private final short[] storage;
/* renamed from: box-impl, reason: not valid java name */
public static final /* synthetic */ UShortArray m590boximpl(short[] v) {
Intrinsics.checkNotNullParameter(v, "v");
return new UShortArray(v);
}
/* renamed from: equals-impl, reason: not valid java name */
public static boolean m595equalsimpl(short[] sArr, Object obj) {
return (obj instanceof UShortArray) && Intrinsics.areEqual(sArr, ((UShortArray) obj).getStorage());
}
/* renamed from: equals-impl0, reason: not valid java name */
public static final boolean m596equalsimpl0(short[] sArr, short[] sArr2) {
return Intrinsics.areEqual(sArr, sArr2);
}
public static /* synthetic */ void getStorage$annotations() {
}
/* renamed from: hashCode-impl, reason: not valid java name */
public static int m599hashCodeimpl(short[] sArr) {
if (sArr != null) {
return Arrays.hashCode(sArr);
}
return 0;
}
/* renamed from: toString-impl, reason: not valid java name */
public static String m603toStringimpl(short[] sArr) {
return "UShortArray(storage=" + Arrays.toString(sArr) + ")";
}
@Override // java.util.Collection
public /* synthetic */ boolean add(UShort uShort) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: add-xj2QHRw, reason: not valid java name */
public boolean m604addxj2QHRw(short s) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean addAll(Collection<? extends UShort> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public void clear() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: contains-xj2QHRw, reason: not valid java name */
public boolean m605containsxj2QHRw(short s) {
return m593containsxj2QHRw(this.storage, s);
}
@Override // java.util.Collection
public boolean containsAll(Collection<? extends Object> collection) {
return m594containsAllimpl(this.storage, collection);
}
@Override // java.util.Collection
public boolean equals(Object other) {
return m595equalsimpl(this.storage, other);
}
public int getSize() {
return m598getSizeimpl(this.storage);
}
@Override // java.util.Collection
public int hashCode() {
return m599hashCodeimpl(this.storage);
}
@Override // java.util.Collection
public boolean isEmpty() {
return m600isEmptyimpl(this.storage);
}
@Override // java.util.Collection, java.lang.Iterable
public UShortIterator iterator() {
return m601iteratorimpl(this.storage);
}
@Override // java.util.Collection
public boolean remove(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean removeAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean retainAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public Object[] toArray() {
return CollectionToArray.toArray(this);
}
@Override // java.util.Collection
public <T> T[] toArray(T[] tArr) {
return (T[]) CollectionToArray.toArray(this, tArr);
}
public String toString() {
return m603toStringimpl(this.storage);
}
/* renamed from: unbox-impl, reason: not valid java name and from getter */
public final /* synthetic */ short[] getStorage() {
return this.storage;
}
@Override // java.util.Collection
public final /* bridge */ boolean contains(Object obj) {
if (obj instanceof UShort) {
return m605containsxj2QHRw(((UShort) obj).getData());
}
return false;
}
@Override // java.util.Collection
public final /* bridge */ int size() {
return getSize();
}
private /* synthetic */ UShortArray(short[] storage) {
Intrinsics.checkNotNullParameter(storage, "storage");
this.storage = storage;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static short[] m592constructorimpl(short[] storage) {
Intrinsics.checkNotNullParameter(storage, "storage");
return storage;
}
/* renamed from: constructor-impl, reason: not valid java name */
public static short[] m591constructorimpl(int size) {
return m592constructorimpl(new short[size]);
}
/* renamed from: get-Mh2AYeg, reason: not valid java name */
public static final short m597getMh2AYeg(short[] $this, int index) {
return UShort.m548constructorimpl($this[index]);
}
/* renamed from: set-01HTLdE, reason: not valid java name */
public static final void m602set01HTLdE(short[] $this, int index, short value) {
$this[index] = value;
}
/* renamed from: getSize-impl, reason: not valid java name */
public static int m598getSizeimpl(short[] $this) {
return $this.length;
}
/* renamed from: iterator-impl, reason: not valid java name */
public static UShortIterator m601iteratorimpl(short[] $this) {
return new Iterator($this);
}
/* compiled from: UShortArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0017\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\b\u0002\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\t\u0010\u0007\u001a\u00020\bH\u0096\u0002J\u0015\u0010\t\u001a\u00020\nH\u0016ø\u0001\u0000ø\u0001\u0001¢\u0006\u0004\b\u000b\u0010\fR\u000e\u0010\u0002\u001a\u00020\u0003X\u0082\u0004¢\u0006\u0002\n\u0000R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082\u000e¢\u0006\u0002\n\u0000\u0082\u0002\b\n\u0002\b\u0019\n\u0002\b!¨\u0006\r"}, m238d2 = {"Lkotlin/UShortArray$Iterator;", "Lkotlin/collections/UShortIterator;", "array", "", "([S)V", "index", "", "hasNext", "", "nextUShort", "Lkotlin/UShort;", "nextUShort-Mh2AYeg", "()S", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
private static final class Iterator extends UShortIterator {
private final short[] array;
private int index;
public Iterator(short[] array) {
Intrinsics.checkNotNullParameter(array, "array");
this.array = array;
}
@Override // java.util.Iterator
public boolean hasNext() {
return this.index < this.array.length;
}
@Override // kotlin.collections.UShortIterator
/* renamed from: nextUShort-Mh2AYeg, reason: not valid java name */
public short mo607nextUShortMh2AYeg() {
int i = this.index;
short[] sArr = this.array;
if (i >= sArr.length) {
throw new NoSuchElementException(String.valueOf(this.index));
}
this.index = i + 1;
return UShort.m548constructorimpl(sArr[i]);
}
}
/* renamed from: contains-xj2QHRw, reason: not valid java name */
public static boolean m593containsxj2QHRw(short[] $this, short element) {
return ArraysKt.contains($this, element);
}
/* renamed from: containsAll-impl, reason: not valid java name */
public static boolean m594containsAllimpl(short[] $this, Collection<UShort> elements) {
Intrinsics.checkNotNullParameter(elements, "elements");
Collection<UShort> $this$all$iv = elements;
if ($this$all$iv.isEmpty()) {
return true;
}
for (Object element$iv : $this$all$iv) {
Object it = ((element$iv instanceof UShort) && ArraysKt.contains($this, ((UShort) element$iv).getData())) ? 1 : null;
if (it == null) {
return false;
}
}
return true;
}
/* renamed from: isEmpty-impl, reason: not valid java name */
public static boolean m600isEmptyimpl(short[] $this) {
return $this.length == 0;
}
}
@@ -0,0 +1,22 @@
package kotlin;
import kotlin.jvm.functions.Function1;
/* compiled from: UShortArray.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001a\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0006\u001a0\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00032\u0012\u0010\u0004\u001a\u000e\u0012\u0004\u0012\u00020\u0003\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\\u0001\u0000ø\u0001\u0001¢\u0006\u0002\u0010\u0007\u001a\u001f\u0010\b\u001a\u00020\u00012\n\u0010\t\u001a\u00020\u0001\"\u00020\u0006H\u0087\\u0001\u0000¢\u0006\u0004\b\n\u0010\u000b\u0082\u0002\u000b\n\u0002\b\u0019\n\u0005\b\u009920\u0001¨\u0006\f"}, m238d2 = {"UShortArray", "Lkotlin/UShortArray;", "size", "", "init", "Lkotlin/Function1;", "Lkotlin/UShort;", "(ILkotlin/jvm/functions/Function1;)[S", "ushortArrayOf", "elements", "ushortArrayOf-rL5Bavg", "([S)[S", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UShortArrayKt {
private static final short[] UShortArray(int size, Function1<? super Integer, UShort> function1) {
short[] sArr = new short[size];
for (int i = 0; i < size; i++) {
int index = i;
sArr[i] = function1.invoke(Integer.valueOf(index)).getData();
}
return UShortArray.m592constructorimpl(sArr);
}
/* renamed from: ushortArrayOf-rL5Bavg, reason: not valid java name */
private static final short[] m608ushortArrayOfrL5Bavg(short... elements) {
return elements;
}
}
@@ -0,0 +1,22 @@
package kotlin;
/* compiled from: UShort.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000 \n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0005\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\n\n\u0002\b\u0002\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0003\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0004H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0005\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0006H\u0087\\u0001\u0000¢\u0006\u0002\u0010\u0007\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\bH\u0087\\u0001\u0000¢\u0006\u0002\u0010\t\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\n"}, m238d2 = {"toUShort", "Lkotlin/UShort;", "", "(B)S", "", "(I)S", "", "(J)S", "", "(S)S", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UShortKt {
private static final short toUShort(byte $this$toUShort) {
return UShort.m548constructorimpl($this$toUShort);
}
private static final short toUShort(short $this$toUShort) {
return UShort.m548constructorimpl($this$toUShort);
}
private static final short toUShort(int $this$toUShort) {
return UShort.m548constructorimpl((short) $this$toUShort);
}
private static final short toUShort(long $this$toUShort) {
return UShort.m548constructorimpl((short) $this$toUShort);
}
}
@@ -0,0 +1,21 @@
package kotlin;
/* compiled from: UninitializedPropertyAccessException.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0002\n\u0002\u0010\u0003\n\u0002\b\u0003\u0018\u00002\u00060\u0001j\u0002`\u0002B\u0007\b\u0016¢\u0006\u0002\u0010\u0003B\u0011\b\u0016\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005¢\u0006\u0002\u0010\u0006B\u001b\b\u0016\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005\u0012\b\u0010\u0007\u001a\u0004\u0018\u00010\\u0006\u0002\u0010\tB\u0011\b\u0016\u0012\b\u0010\u0007\u001a\u0004\u0018\u00010\\u0006\u0002\u0010\\u0006\u000b"}, m238d2 = {"Lkotlin/UninitializedPropertyAccessException;", "Ljava/lang/RuntimeException;", "Lkotlin/RuntimeException;", "()V", "message", "", "(Ljava/lang/String;)V", "cause", "", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "(Ljava/lang/Throwable;)V", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UninitializedPropertyAccessException extends RuntimeException {
public UninitializedPropertyAccessException() {
}
public UninitializedPropertyAccessException(String message) {
super(message);
}
public UninitializedPropertyAccessException(String message, Throwable cause) {
super(message, cause);
}
public UninitializedPropertyAccessException(Throwable cause) {
super(cause);
}
}
@@ -0,0 +1,15 @@
package kotlin;
/* compiled from: Unit.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0010\n\u0002\u0010\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0000\\u0002\u0018\u00002\u00020\u0001B\u0002\b\u0002J\b\u0010\u0002\u001a\u00020\u0003H\u0016¨\u0006\u0004"}, m238d2 = {"", "", "toString", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class Unit {
public static final Unit INSTANCE = new Unit();
private Unit() {
}
public String toString() {
return "kotlin.Unit";
}
}
@@ -0,0 +1,43 @@
package kotlin;
import java.io.Serializable;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: Lazy.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0000\n\u0002\b\u0004\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0000\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u00012\b\u0012\u0004\u0012\u0002H\u00010\u00022\u00060\u0003j\u0002`\u0004B\u0013\u0012\f\u0010\u0005\u001a\b\u0012\u0004\u0012\u00028\u00000\u0006¢\u0006\u0002\u0010\u0007J\b\u0010\r\u001a\u00020\u000eH\u0016J\b\u0010\u000f\u001a\u00020\u0010H\u0016J\b\u0010\u0011\u001a\u00020\tH\u0002R\u0010\u0010\b\u001a\u0004\u0018\u00010\tX\u0082\u000e¢\u0006\u0002\n\u0000R\u0016\u0010\u0005\u001a\n\u0012\u0004\u0012\u00028\u0000\u0018\u00010\u0006X\u0088\u000e¢\u0006\u0002\n\u0000R\u0014\u0010\n\u001a\u00028\u00008VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\u000b\u0010\\u0006\u0012"}, m238d2 = {"Lkotlin/UnsafeLazyImpl;", "T", "Lkotlin/Lazy;", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "initializer", "Lkotlin/Function0;", "(Lkotlin/jvm/functions/Function0;)V", "_value", "", "value", "getValue", "()Ljava/lang/Object;", "isInitialized", "", "toString", "", "writeReplace", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UnsafeLazyImpl<T> implements Lazy<T>, Serializable {
private Object _value;
private Function0<? extends T> initializer;
public UnsafeLazyImpl(Function0<? extends T> initializer) {
Intrinsics.checkNotNullParameter(initializer, "initializer");
this.initializer = initializer;
this._value = UNINITIALIZED_VALUE.INSTANCE;
}
@Override // kotlin.Lazy
public T getValue() {
if (this._value == UNINITIALIZED_VALUE.INSTANCE) {
Function0<? extends T> function0 = this.initializer;
Intrinsics.checkNotNull(function0);
this._value = function0.invoke();
this.initializer = null;
}
return (T) this._value;
}
@Override // kotlin.Lazy
public boolean isInitialized() {
return this._value != UNINITIALIZED_VALUE.INSTANCE;
}
public String toString() {
return isInitialized() ? String.valueOf(getValue()) : "Lazy value not initialized yet.";
}
private final Object writeReplace() {
return new InitializedLazyImpl(getValue());
}
}
@@ -0,0 +1,21 @@
package kotlin;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
import kotlin.annotation.MustBeDocumented;
/* compiled from: Annotations.kt */
@Target({})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.TYPE})
@Retention(RetentionPolicy.SOURCE)
@kotlin.annotation.Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/UnsafeVariance;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Documented
/* loaded from: classes11.dex */
public @interface UnsafeVariance {
}
@@ -0,0 +1,116 @@
package kotlin;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.LongCompanionObject;
import kotlin.text.CharsKt;
/* compiled from: UnsignedUtils.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00000\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0006\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\t\n\u0002\u0010\t\n\u0002\b\u0007\n\u0002\u0010\u000e\n\u0002\b\u0002\u001a\u0018\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0001ø\u0001\u0000¢\u0006\u0002\u0010\u0004\u001a\u0018\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0002\u001a\u00020\u0003H\u0001ø\u0001\u0000¢\u0006\u0002\u0010\u0007\u001a\u0018\u0010\b\u001a\u00020\t2\u0006\u0010\n\u001a\u00020\t2\u0006\u0010\u000b\u001a\u00020\tH\u0001\u001a\"\u0010\f\u001a\u00020\u00012\u0006\u0010\n\u001a\u00020\u00012\u0006\u0010\u000b\u001a\u00020\u0001H\u0001ø\u0001\u0000¢\u0006\u0004\b\r\u0010\u000e\u001a\"\u0010\u000f\u001a\u00020\u00012\u0006\u0010\n\u001a\u00020\u00012\u0006\u0010\u000b\u001a\u00020\u0001H\u0001ø\u0001\u0000¢\u0006\u0004\b\u0010\u0010\u000e\u001a\u0010\u0010\u0011\u001a\u00020\u00032\u0006\u0010\u0002\u001a\u00020\tH\u0001\u001a\u0018\u0010\u0012\u001a\u00020\t2\u0006\u0010\n\u001a\u00020\u00132\u0006\u0010\u000b\u001a\u00020\u0013H\u0001\u001a\"\u0010\u0014\u001a\u00020\u00062\u0006\u0010\n\u001a\u00020\u00062\u0006\u0010\u000b\u001a\u00020\u0006H\u0001ø\u0001\u0000¢\u0006\u0004\b\u0015\u0010\u0016\u001a\"\u0010\u0017\u001a\u00020\u00062\u0006\u0010\n\u001a\u00020\u00062\u0006\u0010\u000b\u001a\u00020\u0006H\u0001ø\u0001\u0000¢\u0006\u0004\b\u0018\u0010\u0016\u001a\u0010\u0010\u0019\u001a\u00020\u00032\u0006\u0010\u0002\u001a\u00020\u0013H\u0001\u001a\u0010\u0010\u001a\u001a\u00020\u001b2\u0006\u0010\u0002\u001a\u00020\u0013H\u0000\u001a\u0018\u0010\u001a\u001a\u00020\u001b2\u0006\u0010\u0002\u001a\u00020\u00132\u0006\u0010\u001c\u001a\u00020\tH\u0000\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u001d"}, m238d2 = {"doubleToUInt", "Lkotlin/UInt;", "v", "", "(D)I", "doubleToULong", "Lkotlin/ULong;", "(D)J", "uintCompare", "", "v1", "v2", "uintDivide", "uintDivide-J1ME1BU", "(II)I", "uintRemainder", "uintRemainder-J1ME1BU", "uintToDouble", "ulongCompare", "", "ulongDivide", "ulongDivide-eb3DHEI", "(JJ)J", "ulongRemainder", "ulongRemainder-eb3DHEI", "ulongToDouble", "ulongToString", "", "base", "kotlin-stdlib"}, m239k = 2, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class UnsignedKt {
public static final int uintCompare(int v1, int v2) {
return Intrinsics.compare(v1 ^ Integer.MIN_VALUE, Integer.MIN_VALUE ^ v2);
}
public static final int ulongCompare(long v1, long v2) {
return ((v1 ^ Long.MIN_VALUE) > (Long.MIN_VALUE ^ v2) ? 1 : ((v1 ^ Long.MIN_VALUE) == (Long.MIN_VALUE ^ v2) ? 0 : -1));
}
/* renamed from: uintDivide-J1ME1BU, reason: not valid java name */
public static final int m609uintDivideJ1ME1BU(int v1, int v2) {
return UInt.m380constructorimpl((int) ((v1 & 4294967295L) / (4294967295L & v2)));
}
/* renamed from: uintRemainder-J1ME1BU, reason: not valid java name */
public static final int m610uintRemainderJ1ME1BU(int v1, int v2) {
return UInt.m380constructorimpl((int) ((v1 & 4294967295L) % (4294967295L & v2)));
}
/* renamed from: ulongDivide-eb3DHEI, reason: not valid java name */
public static final long m611ulongDivideeb3DHEI(long v1, long v2) {
if (v2 < 0) {
return ULong.m450constructorimpl(ulongCompare(v1, v2) >= 0 ? 1L : 0L);
}
if (v1 >= 0) {
return ULong.m450constructorimpl(v1 / v2);
}
long quotient = ((v1 >>> 1) / v2) << 1;
long rem = v1 - (quotient * v2);
return ULong.m450constructorimpl((ulongCompare(ULong.m450constructorimpl(rem), ULong.m450constructorimpl(v2)) < 0 ? 0 : 1) + quotient);
}
/* renamed from: ulongRemainder-eb3DHEI, reason: not valid java name */
public static final long m612ulongRemaindereb3DHEI(long v1, long v2) {
long j = 0;
if (v2 < 0) {
if (ulongCompare(v1, v2) < 0) {
return v1;
}
return ULong.m450constructorimpl(v1 - v2);
}
if (v1 >= 0) {
return ULong.m450constructorimpl(v1 % v2);
}
long quotient = ((v1 >>> 1) / v2) << 1;
long rem = v1 - (quotient * v2);
if (ulongCompare(ULong.m450constructorimpl(rem), ULong.m450constructorimpl(v2)) >= 0) {
j = v2;
}
return ULong.m450constructorimpl(rem - j);
}
public static final int doubleToUInt(double v) {
if (!Double.isNaN(v) && v > uintToDouble(0)) {
if (v >= uintToDouble(-1)) {
return -1;
}
double d = Integer.MAX_VALUE;
return v <= d ? UInt.m380constructorimpl((int) v) : UInt.m380constructorimpl(UInt.m380constructorimpl((int) (v - d)) + UInt.m380constructorimpl(Integer.MAX_VALUE));
}
return 0;
}
public static final long doubleToULong(double v) {
if (!Double.isNaN(v) && v > ulongToDouble(0L)) {
if (v >= ulongToDouble(-1L)) {
return -1L;
}
return v < ((double) LongCompanionObject.MAX_VALUE) ? ULong.m450constructorimpl((long) v) : ULong.m450constructorimpl(ULong.m450constructorimpl((long) (v - 9.223372036854776E18d)) - Long.MIN_VALUE);
}
return 0L;
}
public static final double uintToDouble(int v) {
return (Integer.MAX_VALUE & v) + (((v >>> 31) << 30) * 2);
}
public static final double ulongToDouble(long v) {
return ((v >>> 11) * 2048) + (2047 & v);
}
public static final String ulongToString(long v) {
return ulongToString(v, 10);
}
public static final String ulongToString(long v, int base) {
if (v >= 0) {
String l = Long.toString(v, CharsKt.checkRadix(base));
Intrinsics.checkNotNullExpressionValue(l, "java.lang.Long.toString(this, checkRadix(radix))");
return l;
}
long quotient = ((v >>> 1) / base) << 1;
long rem = v - (base * quotient);
if (rem >= base) {
rem -= base;
quotient++;
}
StringBuilder sb = new StringBuilder();
String l2 = Long.toString(quotient, CharsKt.checkRadix(base));
Intrinsics.checkNotNullExpressionValue(l2, "java.lang.Long.toString(this, checkRadix(radix))");
sb.append(l2);
String l3 = Long.toString(rem, CharsKt.checkRadix(base));
Intrinsics.checkNotNullExpressionValue(l3, "java.lang.Long.toString(this, checkRadix(radix))");
sb.append(l3);
return sb.toString();
}
}
@@ -0,0 +1,21 @@
package kotlin;
import java.lang.annotation.Annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: Experimental.kt */
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.LOCAL_VARIABLE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0087\u0002\u0018\u00002\u00020\u0001B$\u0012\"\u0010\u0002\u001a\u0012\u0012\u000e\b\u0001\u0012\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u00040\u0003\"\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u0004R\u001f\u0010\u0002\u001a\u0012\u0012\u000e\b\u0001\u0012\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u00040\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0005ø\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u009120\u0001¨\u0006\u0006"}, m238d2 = {"Lkotlin/UseExperimental;", "", "markerClass", "", "Lkotlin/reflect/KClass;", "()[Ljava/lang/Class;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Deprecated(message = "Please use OptIn instead.", replaceWith = @ReplaceWith(expression = "OptIn(*markerClass)", imports = {"kotlin.OptIn"}))
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.EXPRESSION, AnnotationTarget.FILE, AnnotationTarget.TYPEALIAS})
@Retention(RetentionPolicy.SOURCE)
@kotlin.annotation.Retention(AnnotationRetention.SOURCE)
/* loaded from: classes11.dex */
public @interface UseExperimental {
Class<? extends Annotation>[] markerClass();
}
@@ -0,0 +1,20 @@
package kotlin;
import java.lang.annotation.Annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.annotation.AnnotationRetention;
import kotlin.annotation.AnnotationTarget;
/* compiled from: Experimental.kt */
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0081\u0002\u0018\u00002\u00020\u0001B$\u0012\"\u0010\u0002\u001a\u0012\u0012\u000e\b\u0001\u0012\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u00040\u0003\"\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u0004R\u001f\u0010\u0002\u001a\u0012\u0012\u000e\b\u0001\u0012\n\u0012\u0006\b\u0001\u0012\u00020\u00010\u00040\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0005¨\u0006\u0006"}, m238d2 = {"Lkotlin/WasExperimental;", "", "markerClass", "", "Lkotlin/reflect/KClass;", "()[Ljava/lang/Class;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS})
@Retention(RetentionPolicy.CLASS)
@kotlin.annotation.Retention(AnnotationRetention.BINARY)
/* loaded from: classes11.dex */
public @interface WasExperimental {
Class<? extends Annotation>[] markerClass();
}
@@ -0,0 +1,22 @@
package kotlin;
/* compiled from: AssertionsJVM.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0002\b\u0002\\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u0016\u0010\u0003\u001a\u00020\u00048\u0000X\u0081\u0004¢\u0006\b\n\u0000\u0012\u0004\b\u0005\u0010\u0002¨\u0006\u0006"}, m238d2 = {"Lkotlin/_Assertions;", "", "()V", "ENABLED", "", "getENABLED$annotations", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class _Assertions {
public static final boolean ENABLED;
public static final _Assertions INSTANCE;
public static /* synthetic */ void getENABLED$annotations() {
}
static {
_Assertions _assertions = new _Assertions();
INSTANCE = _assertions;
_assertions.getClass();
ENABLED = true;
}
private _Assertions() {
}
}
@@ -0,0 +1,12 @@
package kotlin.annotation;
import kotlin.Metadata;
/* compiled from: Annotations.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0005\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002j\u0002\b\u0003j\u0002\b\u0004j\u0002\b\u0005¨\u0006\u0006"}, m238d2 = {"Lkotlin/annotation/AnnotationRetention;", "", "(Ljava/lang/String;I)V", "SOURCE", "BINARY", "RUNTIME", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public enum AnnotationRetention {
SOURCE,
BINARY,
RUNTIME
}
@@ -0,0 +1,24 @@
package kotlin.annotation;
import kotlin.Metadata;
/* compiled from: Annotations.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0011\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002j\u0002\b\u0003j\u0002\b\u0004j\u0002\b\u0005j\u0002\b\u0006j\u0002\b\u0007j\u0002\b\bj\u0002\b\tj\u0002\b\nj\u0002\b\u000bj\u0002\b\fj\u0002\b\rj\u0002\b\u000ej\u0002\b\u000fj\u0002\b\u0010j\u0002\b\u0011¨\u0006\u0012"}, m238d2 = {"Lkotlin/annotation/AnnotationTarget;", "", "(Ljava/lang/String;I)V", "CLASS", "ANNOTATION_CLASS", "TYPE_PARAMETER", "PROPERTY", "FIELD", "LOCAL_VARIABLE", "VALUE_PARAMETER", "CONSTRUCTOR", "FUNCTION", "PROPERTY_GETTER", "PROPERTY_SETTER", "TYPE", "EXPRESSION", "FILE", "TYPEALIAS", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public enum AnnotationTarget {
CLASS,
ANNOTATION_CLASS,
TYPE_PARAMETER,
PROPERTY,
FIELD,
LOCAL_VARIABLE,
VALUE_PARAMETER,
CONSTRUCTOR,
FUNCTION,
PROPERTY_GETTER,
PROPERTY_SETTER,
TYPE,
EXPRESSION,
FILE,
TYPEALIAS
}
@@ -0,0 +1,14 @@
package kotlin.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;
import kotlin.Metadata;
/* compiled from: Annotations.kt */
@java.lang.annotation.Target({ElementType.ANNOTATION_TYPE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/annotation/MustBeDocumented;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@java.lang.annotation.Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes11.dex */
public @interface MustBeDocumented {
}
@@ -0,0 +1,14 @@
package kotlin.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;
import kotlin.Metadata;
/* compiled from: Annotations.kt */
@java.lang.annotation.Target({ElementType.ANNOTATION_TYPE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0000¨\u0006\u0002"}, m238d2 = {"Lkotlin/annotation/Repeatable;", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@java.lang.annotation.Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes11.dex */
public @interface Repeatable {
}
@@ -0,0 +1,15 @@
package kotlin.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;
import kotlin.Metadata;
/* compiled from: Annotations.kt */
@java.lang.annotation.Target({ElementType.ANNOTATION_TYPE})
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0087\u0002\u0018\u00002\u00020\u0001B\n\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003R\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0004¨\u0006\u0005"}, m238d2 = {"Lkotlin/annotation/Retention;", "", "value", "Lkotlin/annotation/AnnotationRetention;", "()Lkotlin/annotation/AnnotationRetention;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@java.lang.annotation.Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes11.dex */
public @interface Retention {
AnnotationRetention value() default AnnotationRetention.RUNTIME;
}
@@ -0,0 +1,18 @@
package kotlin.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;
import kotlin.Metadata;
/* compiled from: Annotations.kt */
@java.lang.annotation.Target({ElementType.ANNOTATION_TYPE})
@MustBeDocumented
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0087\u0002\u0018\u00002\u00020\u0001B\u0014\u0012\u0012\u0010\u0002\u001a\n\u0012\u0006\b\u0001\u0012\u00020\u00040\u0003\"\u00020\u0004R\u0017\u0010\u0002\u001a\n\u0012\u0006\b\u0001\u0012\u00020\u00040\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0005¨\u0006\u0006"}, m238d2 = {"Lkotlin/annotation/Target;", "", "allowedTargets", "", "Lkotlin/annotation/AnnotationTarget;", "()[Lkotlin/annotation/AnnotationTarget;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
@Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@Documented
@java.lang.annotation.Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes11.dex */
public @interface Target {
AnnotationTarget[] allowedTargets();
}
@@ -0,0 +1,126 @@
package kotlin.collections;
import java.util.Collection;
import java.util.Iterator;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.CollectionToArray;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.markers.KMappedMarker;
/* compiled from: AbstractCollection.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00006\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u001e\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0010\u000b\n\u0002\b\u0006\n\u0002\u0010(\n\u0000\n\u0002\u0010\u0011\n\u0002\u0010\u0000\n\u0002\b\u0005\n\u0002\u0010\u000e\n\u0000\b'\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u00012\b\u0012\u0004\u0012\u0002H\u00010\u0002B\u0007\b\u0004¢\u0006\u0002\u0010\u0003J\u0016\u0010\b\u001a\u00020\t2\u0006\u0010\n\u001a\u00028\u0000H\u0096\u0002¢\u0006\u0002\u0010\u000bJ\u0016\u0010\f\u001a\u00020\t2\f\u0010\r\u001a\b\u0012\u0004\u0012\u00028\u00000\u0002H\u0016J\b\u0010\u000e\u001a\u00020\tH\u0016J\u000f\u0010\u000f\u001a\b\u0012\u0004\u0012\u00028\u00000\u0010H¦\u0002J\u0015\u0010\u0011\u001a\n\u0012\u0006\u0012\u0004\u0018\u00010\u00130\u0012H\u0015¢\u0006\u0002\u0010\u0014J'\u0010\u0011\u001a\b\u0012\u0004\u0012\u0002H\u00150\u0012\"\u0004\b\u0001\u0010\u00152\f\u0010\u0016\u001a\b\u0012\u0004\u0012\u0002H\u00150\u0012H\u0014¢\u0006\u0002\u0010\u0017J\b\u0010\u0018\u001a\u00020\u0019H\u0016R\u0012\u0010\u0004\u001a\u00020\u0005X¦\u0004¢\u0006\u0006\u001a\u0004\b\u0006\u0010\u0007¨\u0006\u001a"}, m238d2 = {"Lkotlin/collections/AbstractCollection;", "E", "", "()V", "size", "", "getSize", "()I", "contains", "", "element", "(Ljava/lang/Object;)Z", "containsAll", "elements", "isEmpty", "iterator", "", "toArray", "", "", "()[Ljava/lang/Object;", "T", "array", "([Ljava/lang/Object;)[Ljava/lang/Object;", "toString", "", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public abstract class AbstractCollection<E> implements Collection<E>, KMappedMarker {
@Override // java.util.Collection
public boolean add(E e) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean addAll(Collection<? extends E> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public void clear() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
/* renamed from: getSize */
public abstract int get_size();
@Override // java.util.Collection, java.lang.Iterable
public abstract Iterator<E> iterator();
@Override // java.util.Collection
public boolean remove(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean removeAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Collection
public boolean retainAll(Collection<? extends Object> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
protected AbstractCollection() {
}
@Override // java.util.Collection
public final /* bridge */ int size() {
return get_size();
}
@Override // java.util.Collection
public boolean contains(Object element) {
if ((this instanceof Collection) && isEmpty()) {
return false;
}
for (Object element$iv : this) {
if (Intrinsics.areEqual(element$iv, element)) {
return true;
}
}
return false;
}
@Override // java.util.Collection
public boolean containsAll(Collection<? extends Object> elements) {
Intrinsics.checkNotNullParameter(elements, "elements");
Collection<? extends Object> $this$all$iv = elements;
if ($this$all$iv.isEmpty()) {
return true;
}
for (Object element$iv : $this$all$iv) {
if (!contains(element$iv)) {
return false;
}
}
return true;
}
@Override // java.util.Collection
public boolean isEmpty() {
return size() == 0;
}
public String toString() {
return CollectionsKt.joinToString$default(this, ", ", "[", "]", 0, null, new Function1<E, CharSequence>() { // from class: kotlin.collections.AbstractCollection$toString$1
{
super(1);
}
/* JADX WARN: Multi-variable type inference failed */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ CharSequence invoke(Object obj) {
return invoke((AbstractCollection$toString$1<E>) obj);
}
/* JADX WARN: Can't rename method to resolve collision */
@Override // kotlin.jvm.functions.Function1
public final CharSequence invoke(E e) {
return e == AbstractCollection.this ? "(this Collection)" : String.valueOf(e);
}
}, 24, null);
}
@Override // java.util.Collection
public Object[] toArray() {
return CollectionToArray.toArray(this);
}
@Override // java.util.Collection
public <T> T[] toArray(T[] array) {
Intrinsics.checkNotNullParameter(array, "array");
T[] tArr = (T[]) CollectionToArray.toArray(this, array);
if (tArr != null) {
return tArr;
}
throw new NullPointerException("null cannot be cast to non-null type kotlin.Array<T>");
}
}
@@ -0,0 +1,72 @@
package kotlin.collections;
import java.util.Iterator;
import java.util.NoSuchElementException;
import kotlin.Metadata;
import kotlin.jvm.internal.markers.KMappedMarker;
/* compiled from: AbstractIterator.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010(\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0002\b\u0007\b&\u0018\u0000*\u0004\b\u0000\u0010\u00012\b\u0012\u0004\u0012\u0002H\u00010\u0002B\u0005¢\u0006\u0002\u0010\u0003J\b\u0010\b\u001a\u00020\tH$J\b\u0010\n\u001a\u00020\tH\u0004J\t\u0010\u000b\u001a\u00020\fH\u0096\u0002J\u000e\u0010\r\u001a\u00028\u0000H\u0096\u0002¢\u0006\u0002\u0010\u000eJ\u0015\u0010\u000f\u001a\u00020\t2\u0006\u0010\u0010\u001a\u00028\u0000H\u0004¢\u0006\u0002\u0010\u0011J\b\u0010\u0012\u001a\u00020\fH\u0002R\u0012\u0010\u0004\u001a\u0004\u0018\u00018\u0000X\u0082\u000e¢\u0006\u0004\n\u0002\u0010\u0005R\u000e\u0010\u0006\u001a\u00020\u0007X\u0082\u000e¢\u0006\u0002\n\u0000¨\u0006\u0013"}, m238d2 = {"Lkotlin/collections/AbstractIterator;", "T", "", "()V", "nextValue", "Ljava/lang/Object;", "state", "Lkotlin/collections/State;", "computeNext", "", "done", "hasNext", "", "next", "()Ljava/lang/Object;", "setNext", "value", "(Ljava/lang/Object;)V", "tryToComputeNext", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public abstract class AbstractIterator<T> implements Iterator<T>, KMappedMarker {
private T nextValue;
private State state = State.NotReady;
@Metadata(m236bv = {1, 0, 3}, m239k = 3, m240mv = {1, 4, 0})
public final /* synthetic */ class WhenMappings {
public static final /* synthetic */ int[] $EnumSwitchMapping$0;
static {
int[] iArr = new int[State.values().length];
$EnumSwitchMapping$0 = iArr;
iArr[State.Done.ordinal()] = 1;
iArr[State.Ready.ordinal()] = 2;
}
}
protected abstract void computeNext();
@Override // java.util.Iterator
public void remove() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Iterator
public boolean hasNext() {
if (!(this.state != State.Failed)) {
throw new IllegalArgumentException("Failed requirement.".toString());
}
switch (WhenMappings.$EnumSwitchMapping$0[this.state.ordinal()]) {
case 1:
return false;
case 2:
return true;
default:
return tryToComputeNext();
}
}
@Override // java.util.Iterator
public T next() {
if (!hasNext()) {
throw new NoSuchElementException();
}
this.state = State.NotReady;
return this.nextValue;
}
private final boolean tryToComputeNext() {
this.state = State.Failed;
computeNext();
return this.state == State.Ready;
}
protected final void setNext(T value) {
this.nextValue = value;
this.state = State.Ready;
}
protected final void done() {
this.state = State.Done;
}
}
@@ -0,0 +1,291 @@
package kotlin.collections;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import java.util.NoSuchElementException;
import java.util.RandomAccess;
import kotlin.Metadata;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.markers.KMappedMarker;
/* compiled from: AbstractList.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u00008\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010 \n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0002\b\b\n\u0002\u0010(\n\u0002\b\u0002\n\u0002\u0010*\n\u0002\b\b\b'\u0018\u0000 \u001c*\u0006\b\u0000\u0010\u0001 \u00012\b\u0012\u0004\u0012\u0002H\u00010\u00022\b\u0012\u0004\u0012\u0002H\u00010\u0003:\u0004\u001c\u001d\u001e\u001fB\u0007\b\u0004¢\u0006\u0002\u0010\u0004J\u0013\u0010\t\u001a\u00020\n2\b\u0010\u000b\u001a\u0004\u0018\u00010\fH\u0096\u0002J\u0016\u0010\r\u001a\u00028\u00002\u0006\u0010\u000e\u001a\u00020\u0006H¦\u0002¢\u0006\u0002\u0010\u000fJ\b\u0010\u0010\u001a\u00020\u0006H\u0016J\u0015\u0010\u0011\u001a\u00020\u00062\u0006\u0010\u0012\u001a\u00028\u0000H\u0016¢\u0006\u0002\u0010\u0013J\u000f\u0010\u0014\u001a\b\u0012\u0004\u0012\u00028\u00000\u0015H\u0096\u0002J\u0015\u0010\u0016\u001a\u00020\u00062\u0006\u0010\u0012\u001a\u00028\u0000H\u0016¢\u0006\u0002\u0010\u0013J\u000e\u0010\u0017\u001a\b\u0012\u0004\u0012\u00028\u00000\u0018H\u0016J\u0016\u0010\u0017\u001a\b\u0012\u0004\u0012\u00028\u00000\u00182\u0006\u0010\u000e\u001a\u00020\u0006H\u0016J\u001e\u0010\u0019\u001a\b\u0012\u0004\u0012\u00028\u00000\u00032\u0006\u0010\u001a\u001a\u00020\u00062\u0006\u0010\u001b\u001a\u00020\u0006H\u0016R\u0012\u0010\u0005\u001a\u00020\u0006X¦\u0004¢\u0006\u0006\u001a\u0004\b\u0007\u0010\\u0006 "}, m238d2 = {"Lkotlin/collections/AbstractList;", "E", "Lkotlin/collections/AbstractCollection;", "", "()V", "size", "", "getSize", "()I", "equals", "", "other", "", "get", "index", "(I)Ljava/lang/Object;", "hashCode", "indexOf", "element", "(Ljava/lang/Object;)I", "iterator", "", "lastIndexOf", "listIterator", "", "subList", "fromIndex", "toIndex", "Companion", "IteratorImpl", "ListIteratorImpl", "SubList", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public abstract class AbstractList<E> extends AbstractCollection<E> implements List<E>, KMappedMarker {
/* renamed from: Companion, reason: from kotlin metadata */
public static final Companion INSTANCE = new Companion(null);
@Override // java.util.List
public void add(int i, E e) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List
public boolean addAll(int i, Collection<? extends E> collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List
public abstract E get(int index);
@Override // kotlin.collections.AbstractCollection
/* renamed from: getSize */
public abstract int get_size();
@Override // java.util.List
public E remove(int i) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List
public E set(int i, E e) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
protected AbstractList() {
}
@Override // kotlin.collections.AbstractCollection, java.util.Collection, java.lang.Iterable
public Iterator<E> iterator() {
return new IteratorImpl();
}
@Override // java.util.List
public int indexOf(Object element) {
int index$iv = 0;
for (Object item$iv : this) {
if (Intrinsics.areEqual(item$iv, element)) {
return index$iv;
}
index$iv++;
}
return -1;
}
@Override // java.util.List
public int lastIndexOf(Object element) {
ListIterator iterator$iv = listIterator(size());
while (iterator$iv.hasPrevious()) {
Object it = iterator$iv.previous();
if (Intrinsics.areEqual(it, element)) {
return iterator$iv.nextIndex();
}
}
return -1;
}
@Override // java.util.List
public ListIterator<E> listIterator() {
return new ListIteratorImpl(0);
}
@Override // java.util.List
public ListIterator<E> listIterator(int index) {
return new ListIteratorImpl(index);
}
@Override // java.util.List
public List<E> subList(int fromIndex, int toIndex) {
return new SubList(this, fromIndex, toIndex);
}
/* compiled from: AbstractList.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001e\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\n\b\u0002\u0018\u0000*\u0006\b\u0001\u0010\u0001 \u00012\b\u0012\u0004\u0012\u0002H\u00010\u00022\u00060\u0003j\u0002`\u0004B#\u0012\f\u0010\u0005\u001a\b\u0012\u0004\u0012\u00028\u00010\u0002\u0012\u0006\u0010\u0006\u001a\u00020\u0007\u0012\u0006\u0010\b\u001a\u00020\u0007¢\u0006\u0002\u0010\tJ\u0016\u0010\u000e\u001a\u00028\u00012\u0006\u0010\u000f\u001a\u00020\u0007H\u0096\u0002¢\u0006\u0002\u0010\u0010R\u000e\u0010\n\u001a\u00020\u0007X\u0082\u000e¢\u0006\u0002\n\u0000R\u000e\u0010\u0006\u001a\u00020\u0007X\u0082\u0004¢\u0006\u0002\n\u0000R\u0014\u0010\u0005\u001a\b\u0012\u0004\u0012\u00028\u00010\u0002X\u0082\u0004¢\u0006\u0002\n\u0000R\u0014\u0010\u000b\u001a\u00020\u00078VX\u0096\u0004¢\u0006\u0006\u001a\u0004\b\f\u0010\\u0006\u0011"}, m238d2 = {"Lkotlin/collections/AbstractList$SubList;", "E", "Lkotlin/collections/AbstractList;", "Ljava/util/RandomAccess;", "Lkotlin/collections/RandomAccess;", "list", "fromIndex", "", "toIndex", "(Lkotlin/collections/AbstractList;II)V", "_size", "size", "getSize", "()I", "get", "index", "(I)Ljava/lang/Object;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
private static final class SubList<E> extends AbstractList<E> implements RandomAccess {
private int _size;
private final int fromIndex;
private final AbstractList<E> list;
/* JADX WARN: Multi-variable type inference failed */
public SubList(AbstractList<? extends E> list, int fromIndex, int toIndex) {
Intrinsics.checkNotNullParameter(list, "list");
this.list = list;
this.fromIndex = fromIndex;
AbstractList.INSTANCE.checkRangeIndexes$kotlin_stdlib(fromIndex, toIndex, list.size());
this._size = toIndex - fromIndex;
}
@Override // kotlin.collections.AbstractList, java.util.List
public E get(int index) {
AbstractList.INSTANCE.checkElementIndex$kotlin_stdlib(index, this._size);
return this.list.get(this.fromIndex + index);
}
@Override // kotlin.collections.AbstractList, kotlin.collections.AbstractCollection
/* renamed from: getSize, reason: from getter */
public int get_size() {
return this._size;
}
}
@Override // java.util.Collection, java.util.List
public boolean equals(Object other) {
if (other == this) {
return true;
}
if (other instanceof List) {
return INSTANCE.orderedEquals$kotlin_stdlib(this, (Collection) other);
}
return false;
}
@Override // java.util.Collection, java.util.List
public int hashCode() {
return INSTANCE.orderedHashCode$kotlin_stdlib(this);
}
/* compiled from: AbstractList.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0010(\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0005\n\u0002\u0010\u000b\n\u0002\b\u0003\b\u0092\u0004\u0018\u00002\b\u0012\u0004\u0012\u00028\u00000\u0001B\u0005¢\u0006\u0002\u0010\u0002J\t\u0010\t\u001a\u00020\nH\u0096\u0002J\u000e\u0010\u000b\u001a\u00028\u0000H\u0096\u0002¢\u0006\u0002\u0010\fR\u001a\u0010\u0003\u001a\u00020\u0004X\u0084\u000e¢\u0006\u000e\n\u0000\u001a\u0004\b\u0005\u0010\u0006\"\u0004\b\u0007\u0010\\u0006\r"}, m238d2 = {"Lkotlin/collections/AbstractList$IteratorImpl;", "", "(Lkotlin/collections/AbstractList;)V", "index", "", "getIndex", "()I", "setIndex", "(I)V", "hasNext", "", "next", "()Ljava/lang/Object;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
private class IteratorImpl implements Iterator<E>, KMappedMarker {
private int index;
@Override // java.util.Iterator
public void remove() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
public IteratorImpl() {
}
protected final int getIndex() {
return this.index;
}
protected final void setIndex(int i) {
this.index = i;
}
@Override // java.util.Iterator
public boolean hasNext() {
return this.index < AbstractList.this.size();
}
@Override // java.util.Iterator
public E next() {
if (!hasNext()) {
throw new NoSuchElementException();
}
AbstractList abstractList = AbstractList.this;
int i = this.index;
this.index = i + 1;
return (E) abstractList.get(i);
}
}
/* compiled from: AbstractList.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0010*\n\u0000\n\u0002\u0010\b\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0002\b\u0005\b\u0092\u0004\u0018\u00002\f0\u0001R\b\u0012\u0004\u0012\u00028\u00000\u00022\b\u0012\u0004\u0012\u00028\u00000\u0003B\r\u0012\u0006\u0010\u0004\u001a\u00020\u0005¢\u0006\u0002\u0010\u0006J\b\u0010\u0007\u001a\u00020\bH\u0016J\b\u0010\t\u001a\u00020\u0005H\u0016J\r\u0010\n\u001a\u00028\u0000H\u0016¢\u0006\u0002\u0010\u000bJ\b\u0010\f\u001a\u00020\u0005H\u0016¨\u0006\r"}, m238d2 = {"Lkotlin/collections/AbstractList$ListIteratorImpl;", "Lkotlin/collections/AbstractList$IteratorImpl;", "Lkotlin/collections/AbstractList;", "", "index", "", "(Lkotlin/collections/AbstractList;I)V", "hasPrevious", "", "nextIndex", "previous", "()Ljava/lang/Object;", "previousIndex", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
private class ListIteratorImpl extends AbstractList<E>.IteratorImpl implements ListIterator<E>, KMappedMarker {
@Override // java.util.ListIterator
public void add(E e) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.ListIterator
public void set(E e) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
public ListIteratorImpl(int index) {
super();
AbstractList.INSTANCE.checkPositionIndex$kotlin_stdlib(index, AbstractList.this.size());
setIndex(index);
}
@Override // java.util.ListIterator
public boolean hasPrevious() {
return getIndex() > 0;
}
@Override // java.util.ListIterator
public int nextIndex() {
return getIndex();
}
@Override // java.util.ListIterator
public E previous() {
if (!hasPrevious()) {
throw new NoSuchElementException();
}
AbstractList abstractList = AbstractList.this;
setIndex(getIndex() - 1);
return (E) abstractList.get(getIndex());
}
@Override // java.util.ListIterator
public int previousIndex() {
return getIndex() - 1;
}
}
/* compiled from: AbstractList.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000(\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\b\n\u0002\b\r\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u001e\n\u0002\b\u0005\b\u0080\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002J%\u0010\u0003\u001a\u00020\u00042\u0006\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\u00062\u0006\u0010\b\u001a\u00020\u0006H\u0000¢\u0006\u0002\b\tJ\u001d\u0010\n\u001a\u00020\u00042\u0006\u0010\u000b\u001a\u00020\u00062\u0006\u0010\b\u001a\u00020\u0006H\u0000¢\u0006\u0002\b\fJ\u001d\u0010\r\u001a\u00020\u00042\u0006\u0010\u000b\u001a\u00020\u00062\u0006\u0010\b\u001a\u00020\u0006H\u0000¢\u0006\u0002\b\u000eJ%\u0010\u000f\u001a\u00020\u00042\u0006\u0010\u0010\u001a\u00020\u00062\u0006\u0010\u0011\u001a\u00020\u00062\u0006\u0010\b\u001a\u00020\u0006H\u0000¢\u0006\u0002\b\u0012J%\u0010\u0013\u001a\u00020\u00142\n\u0010\u0015\u001a\u0006\u0012\u0002\b\u00030\u00162\n\u0010\u0017\u001a\u0006\u0012\u0002\b\u00030\u0016H\u0000¢\u0006\u0002\b\u0018J\u0019\u0010\u0019\u001a\u00020\u00062\n\u0010\u0015\u001a\u0006\u0012\u0002\b\u00030\u0016H\u0000¢\u0006\u0002\b\u001a¨\u0006\u001b"}, m238d2 = {"Lkotlin/collections/AbstractList$Companion;", "", "()V", "checkBoundsIndexes", "", "startIndex", "", "endIndex", "size", "checkBoundsIndexes$kotlin_stdlib", "checkElementIndex", "index", "checkElementIndex$kotlin_stdlib", "checkPositionIndex", "checkPositionIndex$kotlin_stdlib", "checkRangeIndexes", "fromIndex", "toIndex", "checkRangeIndexes$kotlin_stdlib", "orderedEquals", "", "c", "", "other", "orderedEquals$kotlin_stdlib", "orderedHashCode", "orderedHashCode$kotlin_stdlib", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
public static final class Companion {
private Companion() {
}
public /* synthetic */ Companion(DefaultConstructorMarker $constructor_marker) {
this();
}
public final void checkElementIndex$kotlin_stdlib(int index, int size) {
if (index < 0 || index >= size) {
throw new IndexOutOfBoundsException("index: " + index + ", size: " + size);
}
}
public final void checkPositionIndex$kotlin_stdlib(int index, int size) {
if (index < 0 || index > size) {
throw new IndexOutOfBoundsException("index: " + index + ", size: " + size);
}
}
public final void checkRangeIndexes$kotlin_stdlib(int fromIndex, int toIndex, int size) {
if (fromIndex < 0 || toIndex > size) {
throw new IndexOutOfBoundsException("fromIndex: " + fromIndex + ", toIndex: " + toIndex + ", size: " + size);
}
if (fromIndex > toIndex) {
throw new IllegalArgumentException("fromIndex: " + fromIndex + " > toIndex: " + toIndex);
}
}
public final void checkBoundsIndexes$kotlin_stdlib(int startIndex, int endIndex, int size) {
if (startIndex < 0 || endIndex > size) {
throw new IndexOutOfBoundsException("startIndex: " + startIndex + ", endIndex: " + endIndex + ", size: " + size);
}
if (startIndex > endIndex) {
throw new IllegalArgumentException("startIndex: " + startIndex + " > endIndex: " + endIndex);
}
}
public final int orderedHashCode$kotlin_stdlib(Collection<?> c) {
Intrinsics.checkNotNullParameter(c, "c");
int hashCode = 1;
Iterator<?> it = c.iterator();
while (it.hasNext()) {
Object e = it.next();
hashCode = (hashCode * 31) + (e != null ? e.hashCode() : 0);
}
return hashCode;
}
public final boolean orderedEquals$kotlin_stdlib(Collection<?> c, Collection<?> other) {
Intrinsics.checkNotNullParameter(c, "c");
Intrinsics.checkNotNullParameter(other, "other");
if (c.size() != other.size()) {
return false;
}
Iterator otherIterator = other.iterator();
for (Object elem : c) {
Object elemOther = otherIterator.next();
if (true ^ Intrinsics.areEqual(elem, elemOther)) {
return false;
}
}
return true;
}
}
}
@@ -0,0 +1,33 @@
package kotlin.collections;
import java.util.Iterator;
import java.util.Map;
import kotlin.Metadata;
import kotlin.jvm.internal.markers.KMappedMarker;
/* JADX INFO: Add missing generic type declarations: [K] */
/* compiled from: AbstractMap.kt */
@Metadata(m236bv = {1, 0, 3}, m237d1 = {"\u0000\u0013\n\u0000\n\u0002\u0010(\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0003*\u0001\u0000\b\n\u0018\u00002\b\u0012\u0004\u0012\u00028\u00000\u0001J\t\u0010\u0002\u001a\u00020\u0003H\u0096\u0002J\u000e\u0010\u0004\u001a\u00028\u0000H\u0096\u0002¢\u0006\u0002\u0010\u0005¨\u0006\u0006"}, m238d2 = {"kotlin/collections/AbstractMap$keys$1$iterator$1", "", "hasNext", "", "next", "()Ljava/lang/Object;", "kotlin-stdlib"}, m239k = 1, m240mv = {1, 4, 0})
/* loaded from: classes11.dex */
public final class AbstractMap$keys$1$iterator$1<K> implements Iterator<K>, KMappedMarker {
final /* synthetic */ Iterator $entryIterator;
@Override // java.util.Iterator
public void remove() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
AbstractMap$keys$1$iterator$1(Iterator $captured_local_variable$0) {
this.$entryIterator = $captured_local_variable$0;
}
@Override // java.util.Iterator
public boolean hasNext() {
return this.$entryIterator.hasNext();
}
@Override // java.util.Iterator
public K next() {
return (K) ((Map.Entry) this.$entryIterator.next()).getKey();
}
}

Some files were not shown because too many files have changed in this diff Show More