Weather/smali/android/support/v7/recyclerview/extensions/AsyncDifferConfig.smali
2021-05-10 10:13:34 +02:00

75 lines
1.9 KiB
Smali

.class public final Landroid/support/v7/recyclerview/extensions/AsyncDifferConfig;
.super Ljava/lang/Object;
.source "AsyncDifferConfig.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroid/support/v7/recyclerview/extensions/AsyncDifferConfig$Builder;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# instance fields
.field private final a:Ljava/util/concurrent/Executor;
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.end field
.field private final b:Landroid/support/v7/util/DiffUtil$ItemCallback;
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/support/v7/util/DiffUtil$ItemCallback<",
"TT;>;"
}
.end annotation
.end field
# virtual methods
.method public a()Ljava/util/concurrent/Executor;
.locals 1
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.annotation build Landroid/support/annotation/RestrictTo;
.end annotation
.line 59
iget-object v0, p0, Landroid/support/v7/recyclerview/extensions/AsyncDifferConfig;->a:Ljava/util/concurrent/Executor;
return-object v0
.end method
.method public b()Landroid/support/v7/util/DiffUtil$ItemCallback;
.locals 1
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Landroid/support/v7/util/DiffUtil$ItemCallback<",
"TT;>;"
}
.end annotation
.line 71
iget-object v0, p0, Landroid/support/v7/recyclerview/extensions/AsyncDifferConfig;->b:Landroid/support/v7/util/DiffUtil$ItemCallback;
return-object v0
.end method