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

64 lines
1.8 KiB
Smali

.class interface abstract Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
.super Ljava/lang/Object;
.source "MapMakerInternalMap.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/MapMakerInternalMap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "WeakValueReference"
.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;"
}
.end annotation
# virtual methods
.method public abstract clear()V
.end method
.method public abstract copyFor(Ljava/lang/ref/ReferenceQueue;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/ref/ReferenceQueue<",
"TV;>;TE;)",
"Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<",
"TK;TV;TE;>;"
}
.end annotation
.end method
.method public abstract get()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TV;"
}
.end annotation
.annotation runtime Lorg/checkerframework/checker/nullness/compatqual/NullableDecl;
.end annotation
.end method
.method public abstract getEntry()Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TE;"
}
.end annotation
.end method