class org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1 implements org.eclipse.collections.api.iterator.FloatIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1
super_class: java.lang.Object
{
private final org.eclipse.collections.api.iterator.FloatIterator iterator;
descriptor: Lorg/eclipse/collections/api/iterator/FloatIterator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable this$0;
descriptor: Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToFloatIterable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable);
descriptor: (Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToFloatIterable;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1 this
0: .line 42
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToFloatIterable;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 44
aload 0 /* this */
aload 1
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable.iterable:Lorg/eclipse/collections/api/FloatIterable;
invokeinterface org.eclipse.collections.api.FloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
putfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1.iterator:Lorg/eclipse/collections/api/iterator/FloatIterator;
2: .line 42
return
end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToFloatIterable$1;
MethodParameters:
Name Flags
this$0 final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1 this
0: .line 49
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1.iterator:Lorg/eclipse/collections/api/iterator/FloatIterator;
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.hasNext:()Z
ireturn
end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToFloatIterable$1;
public float next();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1 this
0: .line 55
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToFloatIterable;
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable.function:Lorg/eclipse/collections/api/block/function/primitive/FloatToFloatFunction;
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1.iterator:Lorg/eclipse/collections/api/iterator/FloatIterator;
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.next:()F
invokeinterface org.eclipse.collections.api.block.function.primitive.FloatToFloatFunction.valueOf:(F)F
freturn
end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToFloatIterable$1;
}
SourceFile: "CollectFloatToFloatIterable.java"
EnclosingMethod: org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
NestHost: org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable
InnerClasses:
org.eclipse.collections.impl.lazy.primitive.CollectFloatToFloatIterable$1