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

74 lines
1.6 KiB
Smali

.class Lcom/google/common/collect/Iterables$10;
.super Ljava/lang/Object;
.source "Iterables.java"
# interfaces
.implements Lcom/google/common/base/Function;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/google/common/collect/Iterables;->toIterator()Lcom/google/common/base/Function;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/common/base/Function<",
"Ljava/lang/Iterable<",
"+TT;>;",
"Ljava/util/Iterator<",
"+TT;>;>;"
}
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
.line 1074
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic apply(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 1074
check-cast p1, Ljava/lang/Iterable;
invoke-virtual {p0, p1}, Lcom/google/common/collect/Iterables$10;->apply(Ljava/lang/Iterable;)Ljava/util/Iterator;
move-result-object p0
return-object p0
.end method
.method public apply(Ljava/lang/Iterable;)Ljava/util/Iterator;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Iterable<",
"+TT;>;)",
"Ljava/util/Iterator<",
"+TT;>;"
}
.end annotation
.line 1077
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
move-result-object p0
return-object p0
.end method