class io.reactiverse.pgclient.impl.PgRowSetImpl$1 implements io.reactiverse.pgclient.PgIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.reactiverse.pgclient.impl.PgRowSetImpl$1
  super_class: java.lang.Object
{
  io.reactiverse.pgclient.impl.RowImpl current;
    descriptor: Lio/reactiverse/pgclient/impl/RowImpl;
    flags: (0x0000) 

  final io.reactiverse.pgclient.impl.PgRowSetImpl this$0;
    descriptor: Lio/reactiverse/pgclient/impl/PgRowSetImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public io.reactiverse.pgclient.Row next();
    descriptor: ()Lio/reactiverse/pgclient/Row;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl$1 this
         0: .line 63
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgRowSetImpl$1.current:Lio/reactiverse/pgclient/impl/RowImpl;
            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.reactiverse.pgclient.impl.PgRowSetImpl$1.current:Lio/reactiverse/pgclient/impl/RowImpl;
            astore 1 /* r */
        start local 1 // io.reactiverse.pgclient.impl.RowImpl r
         3: .line 67
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactiverse.pgclient.impl.PgRowSetImpl$1.current:Lio/reactiverse/pgclient/impl/RowImpl;
            getfield io.reactiverse.pgclient.impl.RowImpl.next:Lio/reactiverse/pgclient/impl/RowImpl;
            putfield io.reactiverse.pgclient.impl.PgRowSetImpl$1.current:Lio/reactiverse/pgclient/impl/RowImpl;
         4: .line 68
            aload 1 /* r */
            areturn
        end local 1 // io.reactiverse.pgclient.impl.RowImpl r
        end local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactiverse/pgclient/impl/PgRowSetImpl$1;
            3    5     1     r  Lio/reactiverse/pgclient/impl/RowImpl;

  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.reactiverse.pgclient.impl.PgRowSetImpl$1.next:()Lio/reactiverse/pgclient/Row;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PgRowSetImpl.java"
EnclosingMethod: io.reactiverse.pgclient.impl.PgRowSetImpl.iterator:()Lio/reactiverse/pgclient/PgIterator;
NestHost: io.reactiverse.pgclient.impl.PgRowSetImpl
InnerClasses:
  io.reactiverse.pgclient.impl.PgRowSetImpl$1