public final class org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure<T, R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>>> implements org.eclipse.collections.api.block.procedure.Procedure<T>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private int index;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final R target;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: TR;
public void <init>();
descriptor: (Ljava/util/Collection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.index:I
2: aload 0
aload 1
putfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.target:Ljava/util/Collection;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/block/procedure/ZipWithIndexProcedure<TT;TR;>;
0 4 1 target TR;
Signature: (TR;)V
MethodParameters:
Name Flags
target
public static <TT, RR extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<TT, java.lang.Integer>>> org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure<TT, RR> create(RR);
descriptor: (Ljava/util/Collection;)Lorg/eclipse/collections/impl/block/procedure/ZipWithIndexProcedure;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure
dup
aload 0
invokespecial org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.<init>:(Ljava/util/Collection;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 target TRR;
Signature: <TT:Ljava/lang/Object;RR::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TTT;Ljava/lang/Integer;>;>;>(TRR;)Lorg/eclipse/collections/impl/block/procedure/ZipWithIndexProcedure<TTT;TRR;>;
MethodParameters:
Name Flags
target
public void value();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.target:Ljava/util/Collection;
aload 1
aload 0
getfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.index:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokestatic org.eclipse.collections.impl.tuple.Tuples.pair:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/tuple/Pair;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
1: aload 0
dup
getfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.index:I
iconst_1
iadd
putfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.index:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/block/procedure/ZipWithIndexProcedure<TT;TR;>;
0 3 1 each TT;
Signature: (TT;)V
MethodParameters:
Name Flags
each
}
Signature: <T:Ljava/lang/Object;R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
SourceFile: "ZipWithIndexProcedure.java"