mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 00:52:31 -06:00
26 lines
1.4 KiB
Java
26 lines
1.4 KiB
Java
package androidx.compose.ui.node;
|
|
|
|
import androidx.exifinterface.media.ExifInterface;
|
|
import java.util.Comparator;
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* compiled from: JvmTreeSet.jvm.kt */
|
|
@Metadata(d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0000\u0018\u0000*\u0004\b\u0000\u0010\u00012\b\u0012\u0004\u0012\u0002H\u00010\u0002B!\u0012\u001a\u0010\u0003\u001a\u0016\u0012\u0006\b\u0000\u0012\u00028\u00000\u0004j\n\u0012\u0006\b\u0000\u0012\u00028\u0000`\u0005¢\u0006\u0002\u0010\u0006¨\u0006\u0007"}, d2 = {"Landroidx/compose/ui/node/TreeSet;", ExifInterface.LONGITUDE_EAST, "Ljava/util/TreeSet;", "comparator", "Ljava/util/Comparator;", "Lkotlin/Comparator;", "(Ljava/util/Comparator;)V", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class TreeSet<E> extends java.util.TreeSet<E> {
|
|
public /* bridge */ int getSize() {
|
|
return super.size();
|
|
}
|
|
|
|
@Override // java.util.TreeSet, java.util.AbstractCollection, java.util.Collection, java.util.Set
|
|
public final /* bridge */ int size() {
|
|
return getSize();
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public TreeSet(Comparator<? super E> comparator) {
|
|
super(comparator);
|
|
Intrinsics.checkNotNullParameter(comparator, "comparator");
|
|
}
|
|
}
|