Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/collect/MapMakerInternalMap$InternalEntry.smali
2024-05-21 17:08:36 -04:00

56 lines
1.4 KiB
Smali

.class interface abstract Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
.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 = 0x608
name = "InternalEntry"
.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 getHash()I
.end method
.method public abstract getKey()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TK;"
}
.end annotation
.end method
.method public abstract getNext()Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TE;"
}
.end annotation
.end method
.method public abstract getValue()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TV;"
}
.end annotation
.end method