class io.vertx.sqlclient.impl.RowSetImpl$1 implements io.vertx.sqlclient.RowIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.sqlclient.impl.RowSetImpl$1
  super_class: java.lang.Object
{
  io.vertx.sqlclient.impl.RowInternal current;
    descriptor: Lio/vertx/sqlclient/impl/RowInternal;
    flags: (0x0000) 

  final io.vertx.sqlclient.impl.RowSetImpl this$0;
    descriptor: Lio/vertx/sqlclient/impl/RowSetImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.sqlclient.impl.RowSetImpl);
    descriptor: (Lio/vertx/sqlclient/impl/RowSetImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.RowSetImpl$1 this
         0: .line 55
            aload 0 /* this */
            aload 1
            putfield io.vertx.sqlclient.impl.RowSetImpl$1.this$0:Lio/vertx/sqlclient/impl/RowSetImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1
            getfield io.vertx.sqlclient.impl.RowSetImpl.head:Lio/vertx/sqlclient/impl/RowInternal;
            putfield io.vertx.sqlclient.impl.RowSetImpl$1.current:Lio/vertx/sqlclient/impl/RowInternal;
         2: .line 55
            return
        end local 0 // io.vertx.sqlclient.impl.RowSetImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/sqlclient/impl/RowSetImpl$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 // io.vertx.sqlclient.impl.RowSetImpl$1 this
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowSetImpl$1.current:Lio/vertx/sqlclient/impl/RowInternal;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.sqlclient.impl.RowSetImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/sqlclient/impl/RowSetImpl$1;

  public io.vertx.sqlclient.Row next();
    descriptor: ()Lio/vertx/sqlclient/Row;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.sqlclient.impl.RowSetImpl$1 this
         0: .line 63
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowSetImpl$1.current:Lio/vertx/sqlclient/impl/RowInternal;
            ifnonnull 2
         1: .line 64
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowSetImpl$1.current:Lio/vertx/sqlclient/impl/RowInternal;
            astore 1 /* r */
        start local 1 // io.vertx.sqlclient.impl.RowInternal r
         3: .line 67
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowSetImpl$1.current:Lio/vertx/sqlclient/impl/RowInternal;
            invokeinterface io.vertx.sqlclient.impl.RowInternal.getNext:()Lio/vertx/sqlclient/impl/RowInternal;
            putfield io.vertx.sqlclient.impl.RowSetImpl$1.current:Lio/vertx/sqlclient/impl/RowInternal;
         4: .line 68
            aload 1 /* r */
            areturn
        end local 1 // io.vertx.sqlclient.impl.RowInternal r
        end local 0 // io.vertx.sqlclient.impl.RowSetImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/sqlclient/impl/RowSetImpl$1;
            3    5     1     r  Lio/vertx/sqlclient/impl/RowInternal;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.sqlclient.impl.RowSetImpl$1.next:()Lio/vertx/sqlclient/Row;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RowSetImpl.java"
EnclosingMethod: io.vertx.sqlclient.impl.RowSetImpl.iterator:()Lio/vertx/sqlclient/RowIterator;
NestHost: io.vertx.sqlclient.impl.RowSetImpl
InnerClasses:
  io.vertx.sqlclient.impl.RowSetImpl$1