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

48 lines
1.3 KiB
Smali

.class interface abstract Lcom/google/common/collect/MapMakerInternalMap$WeakValueEntry;
.super Ljava/lang/Object;
.source "MapMakerInternalMap.java"
# interfaces
.implements Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/MapMakerInternalMap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "WeakValueEntry"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V:",
"Ljava/lang/Object;",
"E::",
"Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<",
"TK;TV;TE;>;>",
"Ljava/lang/Object;",
"Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<",
"TK;TV;TE;>;"
}
.end annotation
# virtual methods
.method public abstract clearValue()V
.end method
.method public abstract getValueReference()Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<",
"TK;TV;TE;>;"
}
.end annotation
.end method