final class org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator implements org.eclipse.collections.api.iterator.DoubleIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator
  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.predicate.primitive.DoublePredicate predicate;
    descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private double next;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean verifiedHasNext;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void <init>(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator this
        start local 1 // org.eclipse.collections.api.DoubleIterable iterable
        start local 2 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 219
            aload 0 /* this */
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            aload 2 /* predicate */
            invokespecial org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.<init>:(Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)V
         1: .line 220
            return
        end local 2 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 1 // org.eclipse.collections.api.DoubleIterable iterable
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable$SelectDoubleIterator;
            0    2     1   iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    2     2  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      iterable   
      predicate  

  private void <init>(org.eclipse.collections.api.iterator.DoubleIterator, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/iterator/DoubleIterator;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator this
        start local 1 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        start local 2 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 222
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 215
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.verifiedHasNext:Z
         2: .line 224
            aload 0 /* this */
            aload 1 /* iterator */
            putfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
         3: .line 225
            aload 0 /* this */
            aload 2 /* predicate */
            putfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
         4: .line 226
            return
        end local 2 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 1 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable$SelectDoubleIterator;
            0    5     1   iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
            0    5     2  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      iterator   
      predicate  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator this
         0: .line 231
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.verifiedHasNext:Z
            ifeq 7
         1: .line 233
            iconst_1
            ireturn
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            dstore 1 /* temp */
        start local 1 // double temp
         3: .line 238
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            dload 1 /* temp */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 7
         4: .line 240
            aload 0 /* this */
            dload 1 /* temp */
            putfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.next:D
         5: .line 241
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.verifiedHasNext:Z
         6: .line 242
            iconst_1
            ireturn
        end local 1 // double temp
         7: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.iterator:Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 2
         8: .line 245
            iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable$SelectDoubleIterator;
            3    7     1  temp  D

  public double next();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator this
         0: .line 251
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.verifiedHasNext:Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.hasNext:()Z
            ifeq 3
         1: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.verifiedHasNext:Z
         2: .line 254
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator.next:D
            dreturn
         3: .line 256
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable$SelectDoubleIterator;
}
SourceFile: "SelectDoubleIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable
InnerClasses:
  private final SelectDoubleIterator = org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator of org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable