Files
rr3-apk/smali/androidx/datastore/preferences/protobuf/LazyStringList.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

78 lines
2.0 KiB
Smali

.class public interface abstract Landroidx/datastore/preferences/protobuf/LazyStringList;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroidx/datastore/preferences/protobuf/ProtocolStringList;
# virtual methods
.method public abstract add(Landroidx/datastore/preferences/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<",
"+",
"Landroidx/datastore/preferences/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)Landroidx/datastore/preferences/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()Landroidx/datastore/preferences/protobuf/LazyStringList;
.end method
.method public abstract mergeFrom(Landroidx/datastore/preferences/protobuf/LazyStringList;)V
.end method
.method public abstract set(ILandroidx/datastore/preferences/protobuf/ByteString;)V
.end method
.method public abstract set(I[B)V
.end method