- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
105 lines
4.7 KiB
Java
105 lines
4.7 KiB
Java
package androidx.collection;
|
|
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class LongObjectMapKt {
|
|
private static final MutableLongObjectMap EmptyLongObjectMap = new MutableLongObjectMap(0);
|
|
|
|
public static final <V> LongObjectMap<V> emptyLongObjectMap() {
|
|
MutableLongObjectMap mutableLongObjectMap = EmptyLongObjectMap;
|
|
Intrinsics.checkNotNull(mutableLongObjectMap, "null cannot be cast to non-null type androidx.collection.LongObjectMap<V of androidx.collection.LongObjectMapKt.emptyLongObjectMap>");
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> LongObjectMap<V> longObjectMapOf() {
|
|
MutableLongObjectMap mutableLongObjectMap = EmptyLongObjectMap;
|
|
Intrinsics.checkNotNull(mutableLongObjectMap, "null cannot be cast to non-null type androidx.collection.LongObjectMap<V of androidx.collection.LongObjectMapKt.longObjectMapOf>");
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> LongObjectMap<V> longObjectMapOf(long j, V v) {
|
|
MutableLongObjectMap mutableLongObjectMap = new MutableLongObjectMap(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> LongObjectMap<V> longObjectMapOf(long j, V v, long j2, V v2) {
|
|
MutableLongObjectMap mutableLongObjectMap = new MutableLongObjectMap(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
mutableLongObjectMap.set(j2, v2);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> LongObjectMap<V> longObjectMapOf(long j, V v, long j2, V v2, long j3, V v3) {
|
|
MutableLongObjectMap mutableLongObjectMap = new MutableLongObjectMap(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
mutableLongObjectMap.set(j2, v2);
|
|
mutableLongObjectMap.set(j3, v3);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> LongObjectMap<V> longObjectMapOf(long j, V v, long j2, V v2, long j3, V v3, long j4, V v4) {
|
|
MutableLongObjectMap mutableLongObjectMap = new MutableLongObjectMap(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
mutableLongObjectMap.set(j2, v2);
|
|
mutableLongObjectMap.set(j3, v3);
|
|
mutableLongObjectMap.set(j4, v4);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> LongObjectMap<V> longObjectMapOf(long j, V v, long j2, V v2, long j3, V v3, long j4, V v4, long j5, V v5) {
|
|
MutableLongObjectMap mutableLongObjectMap = new MutableLongObjectMap(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
mutableLongObjectMap.set(j2, v2);
|
|
mutableLongObjectMap.set(j3, v3);
|
|
mutableLongObjectMap.set(j4, v4);
|
|
mutableLongObjectMap.set(j5, v5);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> MutableLongObjectMap<V> mutableLongObjectMapOf() {
|
|
return new MutableLongObjectMap<>(0, 1, null);
|
|
}
|
|
|
|
public static final <V> MutableLongObjectMap<V> mutableLongObjectMapOf(long j, V v) {
|
|
MutableLongObjectMap<V> mutableLongObjectMap = new MutableLongObjectMap<>(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> MutableLongObjectMap<V> mutableLongObjectMapOf(long j, V v, long j2, V v2) {
|
|
MutableLongObjectMap<V> mutableLongObjectMap = new MutableLongObjectMap<>(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
mutableLongObjectMap.set(j2, v2);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> MutableLongObjectMap<V> mutableLongObjectMapOf(long j, V v, long j2, V v2, long j3, V v3) {
|
|
MutableLongObjectMap<V> mutableLongObjectMap = new MutableLongObjectMap<>(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
mutableLongObjectMap.set(j2, v2);
|
|
mutableLongObjectMap.set(j3, v3);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> MutableLongObjectMap<V> mutableLongObjectMapOf(long j, V v, long j2, V v2, long j3, V v3, long j4, V v4) {
|
|
MutableLongObjectMap<V> mutableLongObjectMap = new MutableLongObjectMap<>(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
mutableLongObjectMap.set(j2, v2);
|
|
mutableLongObjectMap.set(j3, v3);
|
|
mutableLongObjectMap.set(j4, v4);
|
|
return mutableLongObjectMap;
|
|
}
|
|
|
|
public static final <V> MutableLongObjectMap<V> mutableLongObjectMapOf(long j, V v, long j2, V v2, long j3, V v3, long j4, V v4, long j5, V v5) {
|
|
MutableLongObjectMap<V> mutableLongObjectMap = new MutableLongObjectMap<>(0, 1, null);
|
|
mutableLongObjectMap.set(j, v);
|
|
mutableLongObjectMap.set(j2, v2);
|
|
mutableLongObjectMap.set(j3, v3);
|
|
mutableLongObjectMap.set(j4, v4);
|
|
mutableLongObjectMap.set(j5, v5);
|
|
return mutableLongObjectMap;
|
|
}
|
|
}
|