class org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1 implements org.eclipse.collections.api.iterator.IntIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1
  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

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

  void <init>(org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable);
    descriptor: (Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToIntIterable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1 this
         0: .line 43
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToIntIterable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            putfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
         2: .line 43
            return
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToIntIterable$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.CollectDoubleToIntIterable$1 this
         0: .line 50
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToIntIterable$1;

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1 this
         0: .line 56
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1.this$0:Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToIntIterable;
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable.function:Lorg/eclipse/collections/api/block/function/primitive/DoubleToIntFunction;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToIntFunction.valueOf:(D)I
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToIntIterable$1;
}
SourceFile: "CollectDoubleToIntIterable.java"
EnclosingMethod: org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
NestHost: org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable
InnerClasses:
  org.eclipse.collections.impl.lazy.primitive.CollectDoubleToIntIterable$1