class org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1 implements org.eclipse.collections.api.block.procedure.primitive.FloatProcedure
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1
super_class: java.lang.Object
{
private int index;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable this$0;
descriptor: Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure val$objectIntProcedure;
descriptor: Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable, org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure);
descriptor: (Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1 this
0: .line 48
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable;
aload 0 /* this */
aload 2
putfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1.val$objectIntProcedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable$1;
MethodParameters:
Name Flags
this$0 final
val$objectIntProcedure final
public void value(float);
descriptor: (F)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1 this
start local 1 // float each
0: .line 55
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1.val$objectIntProcedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable;
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable.function:Lorg/eclipse/collections/api/block/function/primitive/FloatToObjectFunction;
fload 1 /* each */
invokeinterface org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction.valueOf:(F)Ljava/lang/Object;
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1.index:I
dup_x1
iconst_1
iadd
putfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1.index:I
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
1: .line 56
return
end local 1 // float each
end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable$1;
0 2 1 each F
MethodParameters:
Name Flags
each
}
SourceFile: "CollectFloatToObjectIterable.java"
EnclosingMethod: org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
NestHost: org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable
InnerClasses:
org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$1