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

46 lines
1.2 KiB
Smali

.class public interface abstract Lcom/google/common/collect/Maps$EntryTransformer;
.super Ljava/lang/Object;
.source "Maps.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/Maps;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "EntryTransformer"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V1:",
"Ljava/lang/Object;",
"V2:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract transformEntry(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.param p1 # Ljava/lang/Object;
.annotation runtime Lcom/google/common/collect/ParametricNullness;
.end annotation
.end param
.param p2 # Ljava/lang/Object;
.annotation runtime Lcom/google/common/collect/ParametricNullness;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;TV1;)TV2;"
}
.end annotation
.end method