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

41 lines
1.0 KiB
Smali

.class public interface abstract Lcom/google/protobuf/ListValueOrBuilder;
.super Ljava/lang/Object;
.source "ListValueOrBuilder.java"
# interfaces
.implements Lcom/google/protobuf/MessageOrBuilder;
# virtual methods
.method public abstract getValues(I)Lcom/google/protobuf/Value;
.end method
.method public abstract getValuesCount()I
.end method
.method public abstract getValuesList()Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/google/protobuf/Value;",
">;"
}
.end annotation
.end method
.method public abstract getValuesOrBuilder(I)Lcom/google/protobuf/ValueOrBuilder;
.end method
.method public abstract getValuesOrBuilderList()Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"+",
"Lcom/google/protobuf/ValueOrBuilder;",
">;"
}
.end annotation
.end method