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

24 lines
516 B
Smali

.class Lcom/google/common/collect/ForwardingImmutableCollection;
.super Ljava/lang/Object;
.source "ForwardingImmutableCollection.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtCompatible;
emulated = true
.end annotation
.annotation runtime Lcom/google/common/collect/ElementTypesAreNonnullByDefault;
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method