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 // org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure this
        start local 1 // java.util.Collection target
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.index:I
         2: .line 32
            aload 0 /* this */
            aload 1 /* target */
            putfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.target:Ljava/util/Collection;
         3: .line 33
            return
        end local 1 // java.util.Collection target
        end local 0 // org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure this
      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 // java.util.Collection target
         0: .line 37
            new org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure
            dup
            aload 0 /* target */
            invokespecial org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // java.util.Collection target
      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 // org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure this
        start local 1 // java.lang.Object each
         0: .line 43
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure.target:Ljava/util/Collection;
            aload 1 /* each */
            aload 0 /* this */
            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: .line 44
            aload 0 /* this */
            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: .line 45
            return
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedure this
      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"