tmap/smali_classes3/com/google/common/graph/PredecessorsFunction.smali
2022-06-10 21:38:30 +09:00

37 lines
967 B
Smali

.class public interface abstract Lcom/google/common/graph/PredecessorsFunction;
.super Ljava/lang/Object;
.source "PredecessorsFunction.java"
# annotations
.annotation build Lcom/google/common/annotations/Beta;
.end annotation
.annotation runtime Lcom/google/common/graph/ElementTypesAreNonnullByDefault;
.end annotation
.annotation runtime Lcom/google/errorprone/annotations/DoNotMock;
value = "Implement with a lambda, or use GraphBuilder to build a Graph with the desired edges"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<N:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract predecessors(Ljava/lang/Object;)Ljava/lang/Iterable;
.annotation system Ldalvik/annotation/Signature;
value = {
"(TN;)",
"Ljava/lang/Iterable<",
"+TN;>;"
}
.end annotation
.end method