Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/collect/IndexedImmutableSet.smali
2024-05-21 17:08:36 -04:00

105 lines
2.6 KiB
Smali

.class abstract Lcom/google/common/collect/IndexedImmutableSet;
.super Lcom/google/common/collect/ImmutableSet;
.source "IndexedImmutableSet.java"
# annotations
.annotation runtime Lcom/google/common/collect/ElementTypesAreNonnullByDefault;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<E:",
"Ljava/lang/Object;",
">",
"Lcom/google/common/collect/ImmutableSet<",
"TE;>;"
}
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
.line 25
invoke-direct {p0}, Lcom/google/common/collect/ImmutableSet;-><init>()V
return-void
.end method
# virtual methods
.method copyIntoArray([Ljava/lang/Object;I)I
.locals 0
.line 36
invoke-virtual {p0}, Lcom/google/common/collect/IndexedImmutableSet;->asList()Lcom/google/common/collect/ImmutableList;
move-result-object p0
invoke-virtual {p0, p1, p2}, Lcom/google/common/collect/ImmutableList;->copyIntoArray([Ljava/lang/Object;I)I
move-result p0
return p0
.end method
.method createAsList()Lcom/google/common/collect/ImmutableList;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/ImmutableList<",
"TE;>;"
}
.end annotation
.line 41
new-instance v0, Lcom/google/common/collect/IndexedImmutableSet$1;
invoke-direct {v0, p0}, Lcom/google/common/collect/IndexedImmutableSet$1;-><init>(Lcom/google/common/collect/IndexedImmutableSet;)V
return-object v0
.end method
.method abstract get(I)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)TE;"
}
.end annotation
.end method
.method public iterator()Lcom/google/common/collect/UnmodifiableIterator;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/UnmodifiableIterator<",
"TE;>;"
}
.end annotation
.line 30
invoke-virtual {p0}, Lcom/google/common/collect/IndexedImmutableSet;->asList()Lcom/google/common/collect/ImmutableList;
move-result-object p0
invoke-virtual {p0}, Lcom/google/common/collect/ImmutableList;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
move-result-object p0
return-object p0
.end method
.method public bridge synthetic iterator()Ljava/util/Iterator;
.locals 0
.line 23
invoke-virtual {p0}, Lcom/google/common/collect/IndexedImmutableSet;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
move-result-object p0
return-object p0
.end method