class org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$2 implements java.util.Iterator<V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$2
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.CollectFloatToObjectIterable this$0;
descriptor: Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable);
descriptor: (Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$2.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable.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.CollectFloatToObjectIterable$2.iterator:Lorg/eclipse/collections/api/iterator/FloatIterator;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable$2;
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 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$2.iterator:Lorg/eclipse/collections/api/iterator/FloatIterator;
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.hasNext:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable$2;
public V next();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$2.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;
aload 0
getfield org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$2.iterator:Lorg/eclipse/collections/api/iterator/FloatIterator;
invokeinterface org.eclipse.collections.api.iterator.FloatIterator.next:()F
invokeinterface org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction.valueOf:(F)Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable$2;
Signature: ()TV;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call remove() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/lazy/primitive/CollectFloatToObjectIterable$2;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "CollectFloatToObjectIterable.java"
EnclosingMethod: org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable.iterator:()Ljava/util/Iterator;
NestHost: org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable
InnerClasses:
org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterable$2