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

68 lines
2.0 KiB
Smali

.class interface abstract Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink;
.super Ljava/lang/Object;
.source "LinkedHashMultimap.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/LinkedHashMultimap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "ValueSetLink"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract getPredecessorInValueSet()Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getSuccessorInValueSet()Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract setPredecessorInValueSet(Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setSuccessorInValueSet(Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/LinkedHashMultimap$ValueSetLink<",
"TK;TV;>;)V"
}
.end annotation
.end method