75 lines
1.6 KiB
Smali
75 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 = 0x1
|
|
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 public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
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 1
|
|
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 p1
|
|
|
|
return-object p1
|
|
.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 2
|
|
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|