public class org.eclipse.collections.impl.lazy.ZipWithIndexIterable<T> extends org.eclipse.collections.impl.lazy.AbstractLazyIterable<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.ZipWithIndexIterable
super_class: org.eclipse.collections.impl.lazy.AbstractLazyIterable
{
private final java.lang.Iterable<T> iterable;
descriptor: Ljava/lang/Iterable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/lang/Iterable<TT;>;
public void <init>(java.lang.Iterable<T>);
descriptor: (Ljava/lang/Iterable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.lazy.AbstractLazyIterable.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.ZipWithIndexIterable.iterable:Ljava/lang/Iterable;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/ZipWithIndexIterable<TT;>;
0 3 1 iterable Ljava/lang/Iterable<TT;>;
Signature: (Ljava/lang/Iterable<TT;>;)V
MethodParameters:
Name Flags
iterable
public java.util.Iterator<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.iterator.ZipWithIndexIterator
dup
aload 0
getfield org.eclipse.collections.impl.lazy.ZipWithIndexIterable.iterable:Ljava/lang/Iterable;
invokespecial org.eclipse.collections.impl.lazy.iterator.ZipWithIndexIterator.<init>:(Ljava/lang/Iterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/ZipWithIndexIterable<TT;>;
Signature: ()Ljava/util/Iterator<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;
public void each(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic org.eclipse.collections.impl.utility.internal.IterableIterate.forEach:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/ZipWithIndexIterable<TT;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;)V
MethodParameters:
Name Flags
procedure
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;
SourceFile: "ZipWithIndexIterable.java"