2022-06-10 21:38:30 +09:00

38 lines
937 B
Smali

.class public interface abstract Lcom/google/common/collect/Interner;
.super Ljava/lang/Object;
.source "Interner.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation runtime Lcom/google/common/collect/ElementTypesAreNonnullByDefault;
.end annotation
.annotation runtime Lcom/google/errorprone/annotations/DoNotMock;
value = "Use Interners.new*Interner"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<E:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract intern(Ljava/lang/Object;)Ljava/lang/Object;
.annotation build Lcom/google/errorprone/annotations/CanIgnoreReturnValue;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(TE;)TE;"
}
.end annotation
.end method