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

41 lines
931 B
Smali

.class public interface abstract Lcom/google/protobuf/Internal$DoubleList;
.super Ljava/lang/Object;
.source "Internal.java"
# interfaces
.implements Lcom/google/protobuf/Internal$ProtobufList;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/Internal;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "DoubleList"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/protobuf/Internal$ProtobufList<",
"Ljava/lang/Double;",
">;"
}
.end annotation
# virtual methods
.method public abstract addDouble(D)V
.end method
.method public abstract getDouble(I)D
.end method
.method public abstract mutableCopyWithCapacity(I)Lcom/google/protobuf/Internal$DoubleList;
.end method
.method public abstract setDouble(ID)D
.end method