tmap/smali_classes3/com/google/protobuf/RepeatedFieldBuilder$MessageExternalList.smali
2022-06-10 21:38:30 +09:00

123 lines
3.1 KiB
Smali

.class Lcom/google/protobuf/RepeatedFieldBuilder$MessageExternalList;
.super Ljava/util/AbstractList;
.source "RepeatedFieldBuilder.java"
# interfaces
.implements Ljava/util/List;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/RepeatedFieldBuilder;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "MessageExternalList"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<MType:",
"Lcom/google/protobuf/GeneratedMessage;",
"BType:",
"Lcom/google/protobuf/GeneratedMessage$Builder;",
"IType::",
"Lcom/google/protobuf/MessageOrBuilder;",
">",
"Ljava/util/AbstractList<",
"TMType;>;",
"Ljava/util/List<",
"TMType;>;"
}
.end annotation
# instance fields
.field public builder:Lcom/google/protobuf/RepeatedFieldBuilder;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/RepeatedFieldBuilder<",
"TMType;TBType;TIType;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lcom/google/protobuf/RepeatedFieldBuilder;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/RepeatedFieldBuilder<",
"TMType;TBType;TIType;>;)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/util/AbstractList;-><init>()V
.line 2
iput-object p1, p0, Lcom/google/protobuf/RepeatedFieldBuilder$MessageExternalList;->builder:Lcom/google/protobuf/RepeatedFieldBuilder;
return-void
.end method
# virtual methods
.method public get(I)Lcom/google/protobuf/GeneratedMessage;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)TMType;"
}
.end annotation
.line 2
iget-object v0, p0, Lcom/google/protobuf/RepeatedFieldBuilder$MessageExternalList;->builder:Lcom/google/protobuf/RepeatedFieldBuilder;
invoke-virtual {v0, p1}, Lcom/google/protobuf/RepeatedFieldBuilder;->getMessage(I)Lcom/google/protobuf/GeneratedMessage;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic get(I)Ljava/lang/Object;
.locals 0
.line 1
invoke-virtual {p0, p1}, Lcom/google/protobuf/RepeatedFieldBuilder$MessageExternalList;->get(I)Lcom/google/protobuf/GeneratedMessage;
move-result-object p1
return-object p1
.end method
.method public incrementModCount()V
.locals 1
.line 1
iget v0, p0, Ljava/util/AbstractList;->modCount:I
add-int/lit8 v0, v0, 0x1
iput v0, p0, Ljava/util/AbstractList;->modCount:I
return-void
.end method
.method public size()I
.locals 1
.line 1
iget-object v0, p0, Lcom/google/protobuf/RepeatedFieldBuilder$MessageExternalList;->builder:Lcom/google/protobuf/RepeatedFieldBuilder;
invoke-virtual {v0}, Lcom/google/protobuf/RepeatedFieldBuilder;->getCount()I
move-result v0
return v0
.end method