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

41 lines
938 B
Smali

.class public interface abstract Lcom/google/protobuf/Internal$BooleanList;
.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 = "BooleanList"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/protobuf/Internal$ProtobufList<",
"Ljava/lang/Boolean;",
">;"
}
.end annotation
# virtual methods
.method public abstract addBoolean(Z)V
.end method
.method public abstract getBoolean(I)Z
.end method
.method public abstract mutableCopyWithCapacity(I)Lcom/google/protobuf/Internal$BooleanList;
.end method
.method public abstract setBoolean(IZ)Z
.end method