tmap/smali_classes3/com/google/common/collect/ImmutableSetMultimap$SetFieldSettersHolder.smali
2022-06-10 21:38:30 +09:00

59 lines
1.6 KiB
Smali

.class final Lcom/google/common/collect/ImmutableSetMultimap$SetFieldSettersHolder;
.super Ljava/lang/Object;
.source "ImmutableSetMultimap.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/ImmutableSetMultimap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "SetFieldSettersHolder"
.end annotation
# static fields
.field public static final EMPTY_SET_FIELD_SETTER:Lcom/google/common/collect/Serialization$FieldSetter;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/collect/Serialization$FieldSetter<",
"Lcom/google/common/collect/ImmutableSetMultimap;",
">;"
}
.end annotation
.end field
# direct methods
.method public static constructor <clinit>()V
.locals 2
.line 1
const-class v0, Lcom/google/common/collect/ImmutableSetMultimap;
const-string v1, "emptySet"
.line 2
invoke-static {v0, v1}, Lcom/google/common/collect/Serialization;->getFieldSetter(Ljava/lang/Class;Ljava/lang/String;)Lcom/google/common/collect/Serialization$FieldSetter;
move-result-object v0
sput-object v0, Lcom/google/common/collect/ImmutableSetMultimap$SetFieldSettersHolder;->EMPTY_SET_FIELD_SETTER:Lcom/google/common/collect/Serialization$FieldSetter;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method