class org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$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.CollectFloatIterable$1
super_class: java.lang.Object
{
private final java.util.Iterator<T> iterator;
descriptor: Ljava/util/Iterator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Iterator<TT;>;
final org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable this$0;
descriptor: Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatIterable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable);
descriptor: (Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatIterable;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1 this
0: .line 50
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatIterable;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 52
aload 0 /* this */
aload 1
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable.iterable:Lorg/eclipse/collections/api/LazyIterable;
invokeinterface org.eclipse.collections.api.LazyIterable.iterator:()Ljava/util/Iterator;
putfield org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1.iterator:Ljava/util/Iterator;
2: .line 50
return
end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatIterable$1;
MethodParameters:
Name Flags
this$0 final
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.CollectFloatIterable$1 this
0: .line 57
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatIterable;
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable.function:Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.block.function.primitive.FloatFunction.floatValueOf:(Ljava/lang/Object;)F
freturn
end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatIterable$1;
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.CollectFloatIterable$1 this
0: .line 63
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ireturn
end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatIterable$1;
}
SourceFile: "CollectFloatIterable.java"
EnclosingMethod: org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable.floatIterator:()Lorg/eclipse/collections/api/iterator/FloatIterator;
NestHost: org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable
InnerClasses:
org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable$1