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

78 lines
1.9 KiB
Smali

.class public interface abstract Lcom/google/protobuf/LazyStringList;
.super Ljava/lang/Object;
.source "LazyStringList.java"
# interfaces
.implements Lcom/google/protobuf/ProtocolStringList;
# virtual methods
.method public abstract add(Lcom/google/protobuf/ByteString;)V
.end method
.method public abstract add([B)V
.end method
.method public abstract addAllByteArray(Ljava/util/Collection;)Z
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Collection<",
"[B>;)Z"
}
.end annotation
.end method
.method public abstract addAllByteString(Ljava/util/Collection;)Z
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Collection<",
"+",
"Lcom/google/protobuf/ByteString;",
">;)Z"
}
.end annotation
.end method
.method public abstract asByteArrayList()Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"[B>;"
}
.end annotation
.end method
.method public abstract getByteArray(I)[B
.end method
.method public abstract getByteString(I)Lcom/google/protobuf/ByteString;
.end method
.method public abstract getRaw(I)Ljava/lang/Object;
.end method
.method public abstract getUnderlyingElements()Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"*>;"
}
.end annotation
.end method
.method public abstract getUnmodifiableView()Lcom/google/protobuf/LazyStringList;
.end method
.method public abstract mergeFrom(Lcom/google/protobuf/LazyStringList;)V
.end method
.method public abstract set(ILcom/google/protobuf/ByteString;)V
.end method
.method public abstract set(I[B)V
.end method