- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
871 lines
20 KiB
Smali
871 lines
20 KiB
Smali
.class final Landroidx/collection/MutableObjectList$SubList;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/List;
|
|
.implements Lkotlin/jvm/internal/markers/KMutableList;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/collection/MutableObjectList;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "SubList"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/List<",
|
|
"TT;>;",
|
|
"Lkotlin/jvm/internal/markers/KMutableList;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Lkotlin/jvm/internal/SourceDebugExtension;
|
|
value = {
|
|
"SMAP\nObjectList.kt\nKotlin\n*S Kotlin\n*F\n+ 1 ObjectList.kt\nandroidx/collection/MutableObjectList$SubList\n+ 2 _Collections.kt\nkotlin/collections/CollectionsKt___CollectionsKt\n*L\n1#1,1618:1\n1855#2,2:1619\n1855#2,2:1621\n*S KotlinDebug\n*F\n+ 1 ObjectList.kt\nandroidx/collection/MutableObjectList$SubList\n*L\n1395#1:1619,2\n1477#1:1621,2\n*E\n"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private end:I
|
|
|
|
.field private final list:Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/List<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private final start:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/util/List;II)V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"TT;>;II)V"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, "list"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 1377
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
iput p2, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
iput p3, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public add(ILjava/lang/Object;)V
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(ITT;)V"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 1436
|
|
invoke-interface {v0, p1, p2}, Ljava/util/List;->add(ILjava/lang/Object;)V
|
|
|
|
iget p1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
add-int/lit8 p1, p1, 0x1
|
|
|
|
iput p1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public add(Ljava/lang/Object;)Z
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(TT;)Z"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
add-int/lit8 v2, v1, 0x1
|
|
|
|
iput v2, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
.line 1431
|
|
invoke-interface {v0, v1, p1}, Ljava/util/List;->add(ILjava/lang/Object;)V
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public addAll(ILjava/util/Collection;)Z
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(I",
|
|
"Ljava/util/Collection<",
|
|
"+TT;>;)Z"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iget-object v0, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 1441
|
|
invoke-interface {v0, p1, p2}, Ljava/util/List;->addAll(ILjava/util/Collection;)Z
|
|
|
|
iget p1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
.line 1442
|
|
invoke-interface {p2}, Ljava/util/Collection;->size()I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr p1, v0
|
|
|
|
iput p1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
.line 1443
|
|
invoke-interface {p2}, Ljava/util/Collection;->size()I
|
|
|
|
move-result p1
|
|
|
|
if-lez p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public addAll(Ljava/util/Collection;)Z
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/Collection<",
|
|
"+TT;>;)Z"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iget-object v0, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
.line 1447
|
|
invoke-interface {v0, v1, p1}, Ljava/util/List;->addAll(ILjava/util/Collection;)Z
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
.line 1448
|
|
invoke-interface {p1}, Ljava/util/Collection;->size()I
|
|
|
|
move-result v1
|
|
|
|
add-int/2addr v0, v1
|
|
|
|
iput v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
.line 1449
|
|
invoke-interface {p1}, Ljava/util/Collection;->size()I
|
|
|
|
move-result p1
|
|
|
|
if-lez p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public clear()V
|
|
.locals 3
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
add-int/lit8 v0, v0, -0x1
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
if-gt v1, v0, :cond_0
|
|
|
|
:goto_0
|
|
iget-object v2, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
.line 1454
|
|
invoke-interface {v2, v0}, Ljava/util/List;->remove(I)Ljava/lang/Object;
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
add-int/lit8 v0, v0, -0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
iput v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public contains(Ljava/lang/Object;)Z
|
|
.locals 3
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
:goto_0
|
|
if-ge v0, v1, :cond_1
|
|
|
|
iget-object v2, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
.line 1387
|
|
invoke-interface {v2, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v2, p1}, Lkotlin/jvm/internal/Intrinsics;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public containsAll(Ljava/util/Collection;)Z
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/Collection<",
|
|
"+",
|
|
"Ljava/lang/Object;",
|
|
">;)Z"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 1395
|
|
check-cast p1, Ljava/lang/Iterable;
|
|
|
|
.line 1855
|
|
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object p1
|
|
|
|
:cond_0
|
|
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
.line 1396
|
|
invoke-virtual {p0, v0}, Landroidx/collection/MutableObjectList$SubList;->contains(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
:cond_1
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public get(I)Ljava/lang/Object;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(I)TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1404
|
|
invoke-static {p0, p1}, Landroidx/collection/ObjectListKt;->access$checkIndex(Ljava/util/List;I)V
|
|
|
|
iget-object v0, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 1405
|
|
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public getSize()I
|
|
.locals 2
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public indexOf(Ljava/lang/Object;)I
|
|
.locals 3
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
:goto_0
|
|
if-ge v0, v1, :cond_1
|
|
|
|
iget-object v2, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
.line 1410
|
|
invoke-interface {v2, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v2, p1}, Lkotlin/jvm/internal/Intrinsics;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
iget p1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
sub-int/2addr v0, p1
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
const/4 p1, -0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public isEmpty()Z
|
|
.locals 2
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public iterator()Ljava/util/Iterator;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/Iterator<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1419
|
|
new-instance v0, Landroidx/collection/MutableObjectList$MutableObjectListIterator;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, p0, v1}, Landroidx/collection/MutableObjectList$MutableObjectListIterator;-><init>(Ljava/util/List;I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public lastIndexOf(Ljava/lang/Object;)I
|
|
.locals 3
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
add-int/lit8 v0, v0, -0x1
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
if-gt v1, v0, :cond_1
|
|
|
|
:goto_0
|
|
iget-object v2, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
.line 1423
|
|
invoke-interface {v2, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v2, p1}, Lkotlin/jvm/internal/Intrinsics;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
iget p1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
sub-int/2addr v0, p1
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
if-eq v0, v1, :cond_1
|
|
|
|
add-int/lit8 v0, v0, -0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
const/4 p1, -0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public listIterator()Ljava/util/ListIterator;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/ListIterator<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1459
|
|
new-instance v0, Landroidx/collection/MutableObjectList$MutableObjectListIterator;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, p0, v1}, Landroidx/collection/MutableObjectList$MutableObjectListIterator;-><init>(Ljava/util/List;I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public listIterator(I)Ljava/util/ListIterator;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(I)",
|
|
"Ljava/util/ListIterator<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1462
|
|
new-instance v0, Landroidx/collection/MutableObjectList$MutableObjectListIterator;
|
|
|
|
invoke-direct {v0, p0, p1}, Landroidx/collection/MutableObjectList$MutableObjectListIterator;-><init>(Ljava/util/List;I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final bridge remove(I)Ljava/lang/Object;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(I)TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1377
|
|
invoke-virtual {p0, p1}, Landroidx/collection/MutableObjectList$SubList;->removeAt(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public remove(Ljava/lang/Object;)Z
|
|
.locals 3
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
:goto_0
|
|
if-ge v0, v1, :cond_1
|
|
|
|
iget-object v2, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
.line 1466
|
|
invoke-interface {v2, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v2, p1}, Lkotlin/jvm/internal/Intrinsics;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
iget-object p1, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
.line 1467
|
|
invoke-interface {p1, v0}, Ljava/util/List;->remove(I)Ljava/lang/Object;
|
|
|
|
iget p1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
add-int/lit8 p1, p1, -0x1
|
|
|
|
iput p1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public removeAll(Ljava/util/Collection;)Z
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/Collection<",
|
|
"+",
|
|
"Ljava/lang/Object;",
|
|
">;)Z"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
.line 1477
|
|
check-cast p1, Ljava/lang/Iterable;
|
|
|
|
.line 1855
|
|
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object p1
|
|
|
|
:goto_0
|
|
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
.line 1478
|
|
invoke-virtual {p0, v1}, Landroidx/collection/MutableObjectList$SubList;->remove(Ljava/lang/Object;)Z
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget p1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
if-eq v0, p1, :cond_1
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
const/4 p1, 0x0
|
|
|
|
:goto_1
|
|
return p1
|
|
.end method
|
|
|
|
.method public removeAt(I)Ljava/lang/Object;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(I)TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1484
|
|
invoke-static {p0, p1}, Landroidx/collection/ObjectListKt;->access$checkIndex(Ljava/util/List;I)V
|
|
|
|
iget-object v0, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 1485
|
|
invoke-interface {v0, p1}, Ljava/util/List;->remove(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
add-int/lit8 v0, v0, -0x1
|
|
|
|
iput v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public retainAll(Ljava/util/Collection;)Z
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/Collection<",
|
|
"+",
|
|
"Ljava/lang/Object;",
|
|
">;)Z"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, "elements"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iget v0, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
add-int/lit8 v1, v0, -0x1
|
|
|
|
iget v2, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
if-gt v2, v1, :cond_1
|
|
|
|
:goto_0
|
|
iget-object v3, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
.line 1493
|
|
invoke-interface {v3, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v3
|
|
|
|
.line 1494
|
|
invoke-interface {p1, v3}, Ljava/util/Collection;->contains(Ljava/lang/Object;)Z
|
|
|
|
move-result v3
|
|
|
|
if-nez v3, :cond_0
|
|
|
|
iget-object v3, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
.line 1495
|
|
invoke-interface {v3, v1}, Ljava/util/List;->remove(I)Ljava/lang/Object;
|
|
|
|
iget v3, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
add-int/lit8 v3, v3, -0x1
|
|
|
|
iput v3, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
:cond_0
|
|
if-eq v1, v2, :cond_1
|
|
|
|
add-int/lit8 v1, v1, -0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
iget p1, p0, Landroidx/collection/MutableObjectList$SubList;->end:I
|
|
|
|
if-eq v0, p1, :cond_2
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
const/4 p1, 0x0
|
|
|
|
:goto_1
|
|
return p1
|
|
.end method
|
|
|
|
.method public set(ILjava/lang/Object;)Ljava/lang/Object;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(ITT;)TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1503
|
|
invoke-static {p0, p1}, Landroidx/collection/ObjectListKt;->access$checkIndex(Ljava/util/List;I)V
|
|
|
|
iget-object v0, p0, Landroidx/collection/MutableObjectList$SubList;->list:Ljava/util/List;
|
|
|
|
iget v1, p0, Landroidx/collection/MutableObjectList$SubList;->start:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 1504
|
|
invoke-interface {v0, p1, p2}, Ljava/util/List;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final bridge size()I
|
|
.locals 1
|
|
|
|
.line 1377
|
|
invoke-virtual {p0}, Landroidx/collection/MutableObjectList$SubList;->getSize()I
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public subList(II)Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(II)",
|
|
"Ljava/util/List<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1508
|
|
invoke-static {p0, p1, p2}, Landroidx/collection/ObjectListKt;->access$checkSubIndex(Ljava/util/List;II)V
|
|
|
|
.line 1509
|
|
new-instance v0, Landroidx/collection/MutableObjectList$SubList;
|
|
|
|
invoke-direct {v0, p0, p1, p2}, Landroidx/collection/MutableObjectList$SubList;-><init>(Ljava/util/List;II)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public toArray()[Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 0
|
|
invoke-static {p0}, Lkotlin/jvm/internal/CollectionToArray;->toArray(Ljava/util/Collection;)[Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">([TT;)[TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 0
|
|
const-string v0, "array"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
invoke-static {p0, p1}, Lkotlin/jvm/internal/CollectionToArray;->toArray(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|