final class org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator<V> implements java.util.Iterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator
  super_class: java.lang.Object
{
  private final org.eclipse.collections.api.iterator.DoubleIterator iterator;
    descriptor: Lorg/eclipse/collections/api/iterator/DoubleIterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends java.lang.Iterable<V>> function;
    descriptor: Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+Ljava/lang/Iterable<TV;>;>;

  private java.util.Iterator<V> innerIterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Iterator<TV;>;

  final org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable this$0;
    descriptor: Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable;Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
        start local 2 // org.eclipse.collections.api.DoubleIterable iterable
        start local 3 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction newFunction
         0: .line 171
            aload 0 /* this */
            aload 1
            aload 2 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 3 /* newFunction */
            invokespecial org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable;Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)V
         1: .line 172
            return
        end local 3 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction newFunction
        end local 2 // org.eclipse.collections.api.DoubleIterable iterable
        end local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable<TV;>.FlatCollectDoubleIterator<TV;>;
            0    2     2     iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    2     3  newFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+Ljava/lang/Iterable<TV;>;>;
    Signature: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+Ljava/lang/Iterable<TV;>;>;)V
    MethodParameters:
             Name  Flags
      this$0       final
      iterable     
      newFunction  

  public void <init>(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable;Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
        start local 2 // org.eclipse.collections.api.iterator.DoubleIterator newIterator
        start local 3 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction newFunction
         0: .line 177
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.this$0:Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable;
         1: .line 174
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 165
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.EmptyIterator.getInstance:()Lorg/eclipse/collections/impl/EmptyIterator;
            putfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.innerIterator:Ljava/util/Iterator;
         3: .line 178
            aload 0 /* this */
            aload 2 /* newIterator */
            putfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
         4: .line 179
            aload 0 /* this */
            aload 3 /* newFunction */
            putfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.function:Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;
         5: .line 180
            return
        end local 3 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction newFunction
        end local 2 // org.eclipse.collections.api.iterator.DoubleIterator newIterator
        end local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable<TV;>.FlatCollectDoubleIterator<TV;>;
            0    6     2  newIterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
            0    6     3  newFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+Ljava/lang/Iterable<TV;>;>;
    Signature: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+Ljava/lang/Iterable<TV;>;>;)V
    MethodParameters:
             Name  Flags
      this$0       final
      newIterator  
      newFunction  

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
         0: .line 185
            new java.lang.UnsupportedOperationException
            dup
            ldc "Cannot remove from a flatCollectDouble iterator"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable<TV;>.FlatCollectDoubleIterator<TV;>;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
         0: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.innerIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 2
         1: .line 195
            iconst_1
            ireturn
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 4
         3: .line 199
            iconst_0
            ireturn
         4: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.function:Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
            checkcast java.lang.Iterable
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            putfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.innerIterator:Ljava/util/Iterator;
         5: .line 191
            goto 0
        end local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable<TV;>.FlatCollectDoubleIterator<TV;>;

  public V next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
         0: .line 208
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.hasNext:()Z
            ifne 2
         1: .line 210
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator.innerIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/FlatCollectDoubleToObjectIterable<TV;>.FlatCollectDoubleIterator<TV;>;
    Signature: ()TV;
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "FlatCollectDoubleToObjectIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable
InnerClasses:
  private final FlatCollectDoubleIterator = org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable$FlatCollectDoubleIterator of org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable